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
a51160fb7c
commit
139015b600
26
Pipfile
26
Pipfile
@ -4,25 +4,29 @@ verify_ssl = true
|
|||||||
name = "pypi"
|
name = "pypi"
|
||||||
|
|
||||||
[packages]
|
[packages]
|
||||||
|
fastapi = "*"
|
||||||
|
requests = "*"
|
||||||
|
httpx = "*"
|
||||||
|
uvicorn = "*"
|
||||||
|
uvloop = "*"
|
||||||
|
asyncpg = "*"
|
||||||
|
sqlalchemy = "*"
|
||||||
|
alembic = "*"
|
||||||
|
eventlet = "*"
|
||||||
|
aioredis = "*"
|
||||||
|
rich = "*"
|
||||||
|
pytest-asyncio = "*"
|
||||||
|
pytest-cov = "*"
|
||||||
|
|
||||||
|
[dev-packages]
|
||||||
isort = "*"
|
isort = "*"
|
||||||
mypy = "*"
|
mypy = "*"
|
||||||
flake8 = "*"
|
flake8 = "*"
|
||||||
flake8-fastapi = "*"
|
flake8-fastapi = "*"
|
||||||
black = "*"
|
black = "*"
|
||||||
safety = "*"
|
safety = "*"
|
||||||
fastapi = "*"
|
|
||||||
uvicorn = {extras = ["standard"], version = "*"}
|
|
||||||
pydantic = "*"
|
|
||||||
httpx = "*"
|
|
||||||
asyncpg = "*"
|
|
||||||
sqlalchemy = "*"
|
|
||||||
pytest-asyncio = "*"
|
|
||||||
pytest-cov = "*"
|
|
||||||
autoflake = "*"
|
autoflake = "*"
|
||||||
rich = "*"
|
|
||||||
pyupgrade = "*"
|
pyupgrade = "*"
|
||||||
|
|
||||||
[dev-packages]
|
|
||||||
icecream = "*"
|
icecream = "*"
|
||||||
ipython = "*"
|
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