Skip to content

Commit

Permalink
FastAPI & uvicorn update (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilo59 committed Aug 10, 2020
1 parent c8e2818 commit 1508dce
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 53 deletions.
84 changes: 38 additions & 46 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions requirements-dev.txt
Expand Up @@ -17,6 +17,7 @@ gitdb==4.0.5
gitpython==3.1.7
idna==2.10
importlib-metadata==1.7.0 ; python_version < '3.8'
iniconfig==1.0.1
invoke==1.4.1
isort==4.3.21
lazy-object-proxy==1.4.3
Expand All @@ -33,7 +34,7 @@ pylint==2.5.3
pyparsing==2.4.7
pytest-asyncio==0.14.0
pytest-cov==2.10.0
pytest==5.4.3
pytest==6.0.1
pyyaml==5.3.1
regex==2020.7.14
requests==2.24.0
Expand All @@ -44,6 +45,5 @@ stevedore==3.2.0
toml==0.10.1
typed-ast==1.4.1
urllib3[secure]==1.25.10 ; python_version >= '3.5'
wcwidth==0.2.5
wrapt==1.12.1
zipp==3.1.0
9 changes: 4 additions & 5 deletions requirements.txt
Expand Up @@ -14,7 +14,7 @@ chardet==3.0.4
click==7.1.2
cryptography==3.0
dataclasses==0.6 ; python_version < '3.7'
fastapi==0.60.1
fastapi==0.61.0
gunicorn==20.0.4
h11==0.9.0
hiredis==1.1.0
Expand All @@ -30,13 +30,12 @@ python-dateutil==2.8.1
python-dotenv==0.14.0
requests==2.24.0
scout-apm==2.15.2
sentry-sdk==0.16.2
sentry-sdk==0.16.3
six==1.15.0
starlette==0.13.6
typing-extensions==3.7.4.2
urllib3[secure]==1.25.10 ; python_version >= '3.5'
uvicorn==0.11.7
uvicorn==0.11.8
uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
websockets==8.1
wrapt==1.12.1
yarl==1.5.0
yarl==1.5.1

0 comments on commit 1508dce

Please sign in to comment.