crossbario / txaio-etcd

A Twisted client for etcd3
MIT License
14 stars 6 forks source link

can't install 0.4.0 in python 2 #21

Closed drewp closed 6 years ago

drewp commented 6 years ago

Since setup.py now requires aiohttp, and aiohttp requires py3, I can't use 0.4.0 in a py2 project. 0.3.0 works.

oberstet commented 6 years ago

the requirements.txt now have a constraint on python version for aiohttp: https://github.com/crossbario/txaio-etcd/blob/master/requirements.txt#L1