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