Skip to content

Commit 084e9fd

Browse files
author
nic
committed
Fix setup.py aiohttp version
1 parent 9dd55f4 commit 084e9fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
packages = ['domaintools']
1414
if sys.version_info[0] >= 3 and sys.version_info[1] >= 5:
1515
packages.append('domaintools_async')
16-
requires.append('aiohttp>=3.0.0,<4.0.0')
16+
requires.append('aiohttp==3.4.4')
1717
elif sys.version_info[0] == 2 and sys.version_info[1] <= 6:
1818
requires.extend(['ordereddict', 'argparse'])
1919

0 commit comments

Comments
 (0)