Fix aiohttp requirement for python < 3.6

This commit is contained in:
mathieui 2019-10-18 19:27:24 +02:00
parent 8ee9abdd69
commit 73a953b644
No known key found for this signature in database
GPG key ID: C59F84CEEFD616E3

View file

@ -1,5 +1,6 @@
git+https://github.com/afflux/pure-python-otr.git#egg=python-potr
pyinotify
python-mpd2
aiohttp
aiohttp<4 ; python_version <= '3.5'
aiohttp ; python_version > '3.5'
pygments