update dependencies

This commit is contained in:
grillazz 2021-11-02 13:30:47 +01:00
parent a51160fb7c
commit 139015b600
2 changed files with 524 additions and 312 deletions

28
Pipfile
View File

@ -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 = "*"
@ -30,4 +34,4 @@ ipython = "*"
python_version = "3.9"
[pipenv]
allow_prereleases = true
allow_prereleases = true

808
Pipfile.lock generated

File diff suppressed because it is too large Load Diff