Skip to content

Commit

Permalink
Increase minimum aiohttp requirement
Browse files Browse the repository at this point in the history
aiohttp with Python 3.4.2 can send a malformed cookie header:
aio-libs/aiohttp#1566

Fixes #298.
  • Loading branch information
tdryer committed Jun 4, 2017
1 parent 589d56d commit 8f8ba39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_tests(self):
# especially for end-users (non-developers) who use pip to install hangups.
install_requires = [
'ConfigArgParse==0.11.0',
'aiohttp>=1.2,<3',
'aiohttp>=1.3,<3',
'appdirs>=1.4,<1.5',
'readlike==0.1.2',
'requests>=2.6.0,<3', # uses semantic versioning (after 2.6)
Expand Down

0 comments on commit 8f8ba39

Please sign in to comment.