Fix aiohttp requirement for python < 3.6
This commit is contained in:
parent
8ee9abdd69
commit
73a953b644
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
git+https://github.com/afflux/pure-python-otr.git#egg=python-potr
|
git+https://github.com/afflux/pure-python-otr.git#egg=python-potr
|
||||||
pyinotify
|
pyinotify
|
||||||
python-mpd2
|
python-mpd2
|
||||||
aiohttp
|
aiohttp<4 ; python_version <= '3.5'
|
||||||
|
aiohttp ; python_version > '3.5'
|
||||||
pygments
|
pygments
|
||||||
|
|
Loading…
Reference in a new issue