mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update dependencies
This commit is contained in:
parent
349f0bfeff
commit
fb8a5ba0af
26
Pipfile
26
Pipfile
@ -4,25 +4,29 @@ verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
fastapi = "*"
|
||||
requests = "*"
|
||||
httpx = "*"
|
||||
uvicorn = "*"
|
||||
uvloop = "*"
|
||||
asyncpg = "*"
|
||||
sqlalchemy = "*"
|
||||
alembic = "*"
|
||||
eventlet = "*"
|
||||
aioredis = "*"
|
||||
rich = "*"
|
||||
pytest-asyncio = "*"
|
||||
pytest-cov = "*"
|
||||
|
||||
[dev-packages]
|
||||
isort = "*"
|
||||
mypy = "*"
|
||||
flake8 = "*"
|
||||
flake8-fastapi = "*"
|
||||
black = "*"
|
||||
safety = "*"
|
||||
fastapi = "*"
|
||||
uvicorn = {extras = ["standard"], version = "*"}
|
||||
pydantic = "*"
|
||||
httpx = "*"
|
||||
asyncpg = "*"
|
||||
sqlalchemy = "*"
|
||||
pytest-asyncio = "*"
|
||||
pytest-cov = "*"
|
||||
autoflake = "*"
|
||||
rich = "*"
|
||||
pyupgrade = "*"
|
||||
|
||||
[dev-packages]
|
||||
icecream = "*"
|
||||
ipython = "*"
|
||||
|
||||
|
808
Pipfile.lock
generated
808
Pipfile.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user