2023-08-12 13:06:41 +03:00
|
|
|
[tool.poetry]
|
|
|
|
name = "pythonproject"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["garickbadalov <garick.badalov@gmail.com>"]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
|
python = "^3.11"
|
|
|
|
youtube-dl = { git = "https://github.com/ytdl-org/youtube-dl.git" }
|
|
|
|
fastapi = "^0.101.0"
|
|
|
|
uvicorn = "^0.23.2"
|
|
|
|
jinja2 = "^3.1.2"
|
|
|
|
python-multipart = "^0.0.6"
|
2023-08-23 04:13:56 +03:00
|
|
|
pika = "^1.3.2"
|
|
|
|
aio-pika = "^9.2.2"
|
2023-08-24 16:45:55 +03:00
|
|
|
setproctitle = "^1.3.2"
|
2023-08-27 16:27:28 +03:00
|
|
|
redis = "^5.0.0"
|
2023-09-15 01:29:43 +03:00
|
|
|
boto3 = "^1.28.36"
|
|
|
|
yt-dlp = "^2023.7.6"
|
|
|
|
pytest-playwright = "^0.4.2"
|
|
|
|
beautifulsoup4 = "^4.12.2"
|
|
|
|
lxml = "^4.9.3"
|
|
|
|
minio = "^7.1.16"
|
2023-09-22 00:17:24 +03:00
|
|
|
aiogram = "3.0"
|
|
|
|
pydantic = "^2.3.0"
|
2023-09-25 04:05:42 +03:00
|
|
|
loguru = "^0.7.2"
|
2023-08-12 13:06:41 +03:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|