File tree Expand file tree Collapse file tree 4 files changed +119
-73
lines changed
Expand file tree Collapse file tree 4 files changed +119
-73
lines changed Original file line number Diff line number Diff line change @@ -21,15 +21,19 @@ pytest-cov = "*"
2121[packages ]
2222aiohttp = " *"
2323asyncache = " *"
24+ atomicwrites = {version =" *" , sys_platform =" == 'win32'" } # indirect dep
2425cachetools = " *"
26+ colorama = {version =" *" , sys_platform =" == 'win32'" } # indirect dep
2527dataclasses = {version =" *" , markers =" python_version<'3.7'" }
2628fastapi = " *"
2729gunicorn = " *"
30+ httptools = {version =" *" , sys_platform =" != 'win32'" } # indirect dep
2831idna_ssl = {version =" *" , markers =" python_version<'3.7'" }
2932python-dateutil = " *"
3033python-dotenv = " *"
3134requests = " *"
3235uvicorn = " *"
36+ uvloop = {version =" *" , sys_platform =" != 'win32'" } # indirect dep
3337
3438[requires ]
3539python_version = " 3.8"
Original file line number Diff line number Diff line change @@ -4,17 +4,19 @@ astroid==2.3.3
44async-asgi-testclient == 1.4.4
55async-generator == 1.10
66asyncmock == 0.4.2
7+ atomicwrites == 1.3.0 ; sys_platform == 'win32'
78attrs == 19.3.0
89bandit == 1.6.2
910black == 19.10b0
10- certifi == 2019.11.28
11+ certifi == 2020.4.5.1
1112chardet == 3.0.4
1213click == 7.1.1
14+ colorama == 0.4.3 ; sys_platform == 'win32'
1315coverage == 5.0.4
14- coveralls == 1.11.1
16+ coveralls == 2.0.0
1517docopt == 0.6.2
16- gitdb == 4.0.2
17- gitpython == 3.1.0
18+ gitdb == 4.0.4
19+ gitpython == 3.1.1
1820idna == 2.9
1921importlib-metadata == 1.6.0 ; python_version < '3.8'
2022invoke == 1.4.1
@@ -25,20 +27,20 @@ mock==4.0.2
2527more-itertools == 8.2.0
2628multidict == 4.7.5
2729packaging == 20.3
28- pathspec == 0.7 .0
29- pbr == 5.4.4
30+ pathspec == 0.8 .0
31+ pbr == 5.4.5
3032pluggy == 0.13.1
3133py == 1.8.1
3234pylint == 2.4.4
33- pyparsing == 2.4.6
35+ pyparsing == 2.4.7
3436pytest-asyncio == 0.10.0
3537pytest-cov == 2.8.1
3638pytest == 5.4.1
3739pyyaml == 5.3.1
38- regex == 2020.2.20
40+ regex == 2020.4.4
3941requests == 2.23.0
4042six == 1.14.0
41- smmap == 3.0.1
43+ smmap == 3.0.2
4244stevedore == 1.32.0
4345toml == 0.10.0
4446typed-ast == 1.4.1
Original file line number Diff line number Diff line change 22aiohttp == 3.6.2
33async-timeout == 3.0.1
44asyncache == 0.1.1
5+ atomicwrites == 1.3.0 ; sys_platform == 'win32'
56attrs == 19.3.0
6- cachetools == 4.0 .0
7- certifi == 2019.11.28
7+ cachetools == 4.1 .0
8+ certifi == 2020.4.5.1
89chardet == 3.0.4
910click == 7.1.1
11+ colorama == 0.4.3 ; sys_platform == 'win32'
1012dataclasses == 0.6 ; python_version < '3.7'
11- fastapi == 0.53.2
13+ fastapi == 0.54.1
1214gunicorn == 20.0.4
1315h11 == 0.9.0
14- httptools == 0.1.1 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
16+ httptools == 0.1.1 ; sys_platform != 'win32'
1517idna-ssl == 1.1.0 ; python_version < '3.7'
1618idna == 2.9
1719multidict == 4.7.5
@@ -23,6 +25,6 @@ six==1.14.0
2325starlette == 0.13.2
2426urllib3 == 1.25.8
2527uvicorn == 0.11.3
26- uvloop == 0.14.0 ; sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'
28+ uvloop == 0.14.0 ; sys_platform != 'win32'
2729websockets == 8.1
2830yarl == 1.4.2
You can’t perform that action at this time.
0 commit comments