We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
six
Six is currently a dependency of zappa, but zappa no longer supports python 2.x, making the use of six unnecessary.
No change in behavior, reduced zappa package size.
six still appears to be a sub-dependency of boto3
six included.
remove six by migrating relevant code to python 3 specific code.
The text was updated successfully, but these errors were encountered:
released in 0.56.0, closing.
Sorry, something went wrong.
monkut
No branches or pull requests
Context
Six is currently a dependency of zappa, but zappa no longer supports python 2.x, making the use of
six
unnecessary.Expected Behavior
No change in behavior, reduced zappa package size.
Actual Behavior
six included.
Possible Fix
remove
six
by migrating relevant code to python 3 specific code.The text was updated successfully, but these errors were encountered: