Skip to content
This repository was archived by the owner on Mar 15, 2026. It is now read-only.

Selectively install futures package based on Python version#79

Merged
nficano merged 1 commit intonficano:masterfrom
leviable:59-selectively-install-futures
Oct 31, 2017
Merged

Selectively install futures package based on Python version#79
nficano merged 1 commit intonficano:masterfrom
leviable:59-selectively-install-futures

Conversation

@leviable
Copy link
Copy Markdown

@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 subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants