You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
(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.
python-jose/setup.py
Line 68 in 7bc6b98
Is this a limitation inherent to python? How to avoid pulling in future?
The text was updated successfully, but these errors were encountered: