Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update dependencies
  • Loading branch information
Kilo59 committed Apr 30, 2020
commit 4a7cfe21eef889aa1bf8101f5480a8b495ee276f
7 changes: 3 additions & 4 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ six==1.14.0
smmap==3.0.2
stevedore==1.32.0
toml==0.10.0
typed-ast==1.4.1 ; implementation_name == 'cpython' and python_version < '3.8'
typed-ast==1.4.1
urllib3==1.25.9
wcwidth==0.1.9
wrapt==1.12.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requests==2.23.0
six==1.14.0
starlette==0.13.2
urllib3==1.25.9
uvicorn==0.11.4
uvicorn==0.11.5
uvloop==0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
websockets==8.1
yarl==1.4.2