File tree Expand file tree Collapse file tree 4 files changed +36
-25
lines changed
Expand file tree Collapse file tree 4 files changed +36
-25
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ responses = "*"
2121
2222[packages ]
2323aiocache = {extras = [" redis" ],version = " *" }
24+ aiofiles = " *"
2425aiohttp = " *"
2526asyncache = " *"
2627cachetools = " *"
Original file line number Diff line number Diff line change 11-i https://pypi.org/simple
22appdirs == 1.4.3
3- astroid == 2.3.3
3+ astroid == 2.4.0
44async-asgi-testclient == 1.4.4
55async-generator == 1.10
66asyncmock == 0.4.2
@@ -9,7 +9,7 @@ bandit==1.6.2
99black == 19.10b0
1010certifi == 2020.4.5.1
1111chardet == 3.0.4
12- click == 7.1.1
12+ click == 7.1.2
1313coverage == 5.1
1414coveralls == 2.0.0
1515docopt == 0.6.2
@@ -29,7 +29,7 @@ pathspec==0.8.0
2929pbr == 5.4.5
3030pluggy == 0.13.1
3131py == 1.8.1
32- pylint == 2.4.4
32+ pylint == 2.5.0
3333pyparsing == 2.4.7
3434pytest-asyncio == 0.11.0
3535pytest-cov == 2.8.1
@@ -42,8 +42,8 @@ six==1.14.0
4242smmap == 3.0.2
4343stevedore == 1.32.0
4444toml == 0.10.0
45- typed-ast == 1.4.1
45+ typed-ast == 1.4.1 ; implementation_name == 'cpython' and python_version < '3.8'
4646urllib3 == 1.25.9
4747wcwidth == 0.1.9
48- wrapt == 1.11.2
48+ wrapt == 1.12.1
4949zipp == 3.1.0
Original file line number Diff line number Diff line change 11-i https://pypi.org/simple
22aiocache [redis ]== 0.11.1
3+ aiofiles == 0.5.0
34aiohttp == 3.6.2
45aioredis == 1.3.1
56async-timeout == 3.0.1
@@ -8,7 +9,7 @@ attrs==19.3.0
89cachetools == 4.1.0
910certifi == 2020.4.5.1
1011chardet == 3.0.4
11- click == 7.1.1
12+ click == 7.1.2
1213dataclasses == 0.6 ; python_version < '3.7'
1314fastapi == 0.54.1
1415gunicorn == 20.0.4
@@ -25,7 +26,7 @@ requests==2.23.0
2526six == 1.14.0
2627starlette == 0.13.2
2728urllib3 == 1.25.9
28- uvicorn == 0.11.3
29+ uvicorn == 0.11.4
2930uvloop == 0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
3031websockets == 8.1
3132yarl == 1.4.2
You can’t perform that action at this time.
0 commit comments