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

26
Pipfile
View File

@ -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

File diff suppressed because it is too large Load Diff