This commit is contained in:
2021-11-20 23:06:53 +03:00
parent ba17eaf4ae
commit d9ad04a16d
2 changed files with 763 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ pydantic = {extras = ["dotenv"], version = "^1.8.2"}
asyncpg = "^0.24.0"
psycopg2 = "^2.9.1"
python-multipart = "^0.0.5"
telegram-files-storage = "^1.1.0"
telegram-files-storage = {extras = ["all"], version = "^1.1.0"}
[tool.poetry.dev-dependencies]
pytest = "^5.2"