Skip to content
This repository was archived by the owner on Sep 22, 2023. It is now read-only.

Commit 37bc4b2

Browse files
committed
setup: Upgrade click to 7.1.1 and reorder dependencies
1 parent cc1261d commit 37bc4b2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
'setuptools>=45.2.0',
77
]
88
install_requires = [
9-
'multidict~=4.7.4',
10-
'appdirs~=1.4.3',
119
'aiohttp~=3.6.2',
10+
'appdirs~=1.4.3',
1211
'async_timeout~=3.0', # to avoid pip10 resolver issue
1312
'attrs~=19.3', # to avoid pip10 resolver issue
13+
'click~=7.1.1',
14+
'humanize>=0.5.1',
15+
'multidict~=4.7.4',
1416
'python-dateutil~=2.8.1',
1517
'tabulate~=0.8.2',
1618
'tqdm~=4.42',
17-
'humanize>=0.5.1',
1819
'yarl~=1.4.2',
19-
'Click>=7.0',
2020
]
2121
build_requires = [
2222
'wheel>=0.33.6',

0 commit comments

Comments
 (0)