bump project dependencies

This commit is contained in:
grillazz
2021-07-22 13:31:33 +02:00
parent 7bec0d5794
commit 4b9ae4a278
2 changed files with 119 additions and 114 deletions

View File

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