bump project deps

This commit is contained in:
kuba
2022-02-02 10:29:46 +01:00
parent 3efa84493e
commit f505a1eb05
2 changed files with 20 additions and 11 deletions

View File

@@ -11,12 +11,13 @@ httpx = "*"
uvicorn = "*"
uvloop = "*"
asyncpg = "*"
sqlalchemy = "*"
sqlalchemy = {extras = ["asyncio"], version = "*"}
alembic = "*"
eventlet = "*"
aioredis = "*"
rich = "*"
pytest-cov = "*"
pytest-asyncio = "*"
pylint = "*"
[dev-packages]