Skip to content

Commit 33a12bd

Browse files
authored
Merge pull request #88 from sepulworld/lock_aiohttp_less_than_4_fornow
prevent installing aiohttp 4.0 and up for now
2 parents 1cad855 + 26ae363 commit 33a12bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ python-dateutil>=2.5.3 # BSD
44
setuptools>=21.0.0 # PSF/ZPL
55
urllib3>=1.24.2 # MIT
66
pyyaml>=3.12 # MIT
7-
aiohttp>=2.3.10 # # Apache-2.0
7+
aiohttp>=2.3.10,<4.0.0 # # Apache-2.0

0 commit comments

Comments
 (0)