Skip to content

Conversation

@leviable
Copy link

@leviable leviable commented Oct 27, 2017

Currently, the futures package is installed via requirements.txt any time python-lambda is installed. The futures package, however, is a back port of functionality found in Python 3's standard library, and is only intended to be used with Python versions <= 2.7.

This PR updates the setup.py file to only include the futures package in the python-lambda install only when Python 2 is being used.

This closes issue #59

@nficano nficano merged commit 7b75ecd into nficano:master Oct 31, 2017
@leviable leviable deleted the 59-selectively-install-futures branch October 31, 2017 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants