Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install_requires 'future' even in a python3 environment #112

Closed
lestephane opened this issue Nov 26, 2018 · 1 comment
Closed

install_requires 'future' even in a python3 environment #112

lestephane opened this issue Nov 26, 2018 · 1 comment

Comments

@lestephane
Copy link

(arrived here from serverless/serverless-python-requirements#285 (comment))

I'm experiencing lambda python packages that are much larger than they should be in a Python3 environment because Jose depends on future, even though future is only needed in a python 2.6 environment.

install_requires=['six <2.0', 'ecdsa <1.0', 'rsa', 'future <1.0']

Is this a limitation inherent to python? How to avoid pulling in future?

@zejn
Copy link
Collaborator

zejn commented Apr 10, 2019

Fixed in #134.

@zejn zejn closed this as completed Apr 10, 2019
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

No branches or pull requests

2 participants