Skip to content

Commit ff1a706

Browse files
committed
Cleanup requirements
1 parent e95e922 commit ff1a706

File tree

3 files changed

+5
-44
lines changed

3 files changed

+5
-44
lines changed

requirements.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,2 @@
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

requirements_dev.txt

Lines changed: 4 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,5 @@
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

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@
2424

2525
# What packages are required for this module to be executed?
2626
REQUIRED = [ # type: ignore
27-
'aiodns',
2827
'aiohttp',
29-
'async-timeout',
3028
]
3129

3230
# The rest you shouldn't have to touch too much :)

0 commit comments

Comments
 (0)