Merge pull request #8 from grillazz/bump-project-deps

update dependencies
This commit is contained in:
Jakub Miazek 2021-11-02 13:39:39 +01:00 committed by GitHub
commit c5da373db0
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