File tree Expand file tree Collapse file tree 3 files changed +5
-44
lines changed
Expand file tree Collapse file tree 3 files changed +5
-44
lines changed Original file line number Diff line number Diff line change 11-i https://pypi.python.org/simple
2- aiodns == 1.1.1
3- aiohttp >= 3.4
4- async_timeout >= 3.0.1
5- attrs == 18.2.0
6- chardet == 3.0.4
7- idna == 2.7
8- multidict == 4.4.2
9- pycares == 2.3.0
10- yarl == 1.2.6
2+ aiohttp >= 3.7
Original file line number Diff line number Diff line change 11-i https://pypi.python.org/simple
2- astroid==2.0.4
3- bleach==3.1.4
4- certifi==2018.10.15
5- cffi==1.11.5
6- chardet==3.0.4
7- cmarkgfm==0.4.2
8- docutils==0.14
9- flake8==3.5.0
10- future==0.16.0
11- idna==2.7
12- isort==4.3.4
13- lazy-object-proxy==1.3.1
14- mccabe==0.6.1
15- mypy-extensions==0.4.1
16- mypy==0.641
17- pkginfo==1.4.2
18- pycodestyle==2.3.1
19- pycparser==2.19
20- pydocstyle==3.0.0
21- pyflakes==1.6.0
22- pygments==2.2.0
23- pylint==2.1.1
24- readme-renderer==22.0
25- requests-toolbelt==0.8.0
26- requests==2.20.0
27- six==1.11.0
28- snowballstemmer==1.2.1
29- tqdm==4.28.1
30- twine==1.12.1
31- typed-ast==1.1.0
32- urllib3==1.24.2
33- webencodings==0.5.1
34- wrapt==1.10.11
2+ aiohttp>=3.7
3+ black==20.8b1
4+ twine>=3.3.0
5+ wheel>=0.36.2
Original file line number Diff line number Diff line change 2424
2525# What packages are required for this module to be executed?
2626REQUIRED = [ # type: ignore
27- 'aiodns' ,
2827 'aiohttp' ,
29- 'async-timeout' ,
3028]
3129
3230# The rest you shouldn't have to touch too much :)
You can’t perform that action at this time.
0 commit comments