switch to uv
This commit is contained in:
@@ -1,24 +1,17 @@
|
||||
[tool.poetry]
|
||||
[project]
|
||||
name = "e621-bot"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["bakatrouble <bakatrouble@gmail.com>"]
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
packages = []
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">= 3.9 < 4.0"
|
||||
aiogram = "^3.0.0"
|
||||
python-dotenv = "^1.0.0"
|
||||
httpx = "^0.23.3"
|
||||
dataclasses-json = "^0.5.7"
|
||||
redis = {extras = ["hiredis"], version = "^4.5.2"}
|
||||
pillow = "^9.4.0"
|
||||
ffmpeg-python = "^0.2.0"
|
||||
boto3 = "^1.26.144"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"aiogram>=3.20.0.post0",
|
||||
"boto3>=1.38.45",
|
||||
"dataclasses-json>=0.6.7",
|
||||
"ffmpeg-python>=0.2.0",
|
||||
"httpx>=0.28.1",
|
||||
"pillow>=11.2.1",
|
||||
"python-dotenv>=1.1.1",
|
||||
"redis>=6.2.0",
|
||||
"sanic>=25.3.0",
|
||||
]
|
||||
|
Reference in New Issue
Block a user