Update uploading/downloading

This commit is contained in:
2022-02-07 10:45:48 +03:00
parent 67fc4e2e3e
commit 861b197981
7 changed files with 190 additions and 665 deletions

View File

@@ -15,8 +15,9 @@ pydantic = {extras = ["dotenv"], version = "^1.8.2"}
asyncpg = "^0.24.0"
psycopg2 = "^2.9.1"
python-multipart = "^0.0.5"
telegram-files-storage = {extras = ["all"], version = "^1.1.1"}
httpx = "^0.22.0"
Telethon = "^1.24.0"
cryptg = "^0.2.post4"
[tool.poetry.dev-dependencies]
pytest = "^5.2"