kislyuk / eight

Python 2 to the power of 3
https://eight.readthedocs.org/
Apache License 2.0
47 stars 6 forks source link

Upgrade `future` requirement #2

Closed cmutel closed 9 years ago

cmutel commented 9 years ago

The latest version of future is 0.15.2; maybe it would make sense to upgrade the version in requirements and setup.py? The tests pass without any problems, and presumably the latest version includes some bug fixes...

If future is included in any dependency chain it will be upgraded by e.g. pip install -U foo, and one has to pay attention and reinstall the pinned version afterwards, which isn't so nice for non-technical people.

aignas commented 9 years ago

I agree with @cmutel.

kislyuk commented 9 years ago

Released in v0.3.3, please test

cardosan commented 7 years ago

While commit cadc665 upgrade the requirement to future >= 0.16, < 0.17, in the version on pipy is stillfuture==0.15.2 and this create conflicts being future at the version 0.16 now

cmutel commented 7 years ago

For the time being, you can install using:

pip install https://github.com/kislyuk/eight/zipball/master

This will also work in requirements.txt. In setup.py, use:

install_requires=['https://github.com/kislyuk/eight/zipball/master#egg=eight-0.3.4.dev0']
kislyuk commented 7 years ago

Released master in v0.4.1.