Skip to content

Commit

Permalink
chore(deps): Make sure aiohttp >= 2.3.2
Browse files Browse the repository at this point in the history
To avoid this bug on some machines:

    Traceback (most recent call last):
        [...]
        web.run_app(app, sock=sock, access_log=logger)
        [...]
        host, port = sock.getsockname()
    ValueError: too many values to unpack (expected 2)

See a better description at
aio-libs/aiohttp#2431
  • Loading branch information
adrienverge committed Mar 23, 2018
1 parent 682c5f3 commit cbf62c5
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 @@ -34,7 +34,7 @@
'localstripe': ['fake-stripe-v3.js'],
},
install_requires=[
'aiohttp >=2.3.0',
'aiohttp >=2.3.2',
'python-dateutil >=2.6.1',
],
)

0 comments on commit cbf62c5

Please sign in to comment.