update project dependencies

This commit is contained in:
grillazz
2021-08-04 07:33:07 +02:00
parent 8e8e669127
commit 2db21cb276
3 changed files with 40 additions and 231 deletions

View File

@@ -12,15 +12,12 @@ black = "*"
safety = "*"
fastapi = "*"
uvicorn = {extras = ["standard"], version = "*"}
pydantic = {extras = ["email"], version = "*"}
pydantic = "*"
httpx = "*"
asyncpg = "*"
sqlalchemy = "*"
pytest-asyncio = "*"
pytest-cov = "*"
python-jose = {extras = ["cryptography"], version = "*"}
passlib = {extras = ["bcrypt"], version = "*"}
python-multipart = "*"
autoflake = "*"
[dev-packages]