mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
bump project dependencies
This commit is contained in:
3
Pipfile
3
Pipfile
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user