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
Trying to minify uploaded installation ZIP. Noticed that future package is more than 1.5Mb size, this is far larger than many. But it should not be necessary under Python 3.
Expected Behavior
Don't install and don't require "future" package for Python 3.
Actual Behavior
Zappa CLI can't ZIP package without "future" installed.
Steps to Reproduce
Initialize Zappa project
Uninstall "future" with pip uninstall future
Run zappa --help and get error
Your Environment
Zappa version used: 0.48.2
Operating System and Python version: Python 3.7.4, macOS 10.13.6
Originally from: Miserlou/Zappa#1966 by rudyryk
Trying to minify uploaded installation ZIP. Noticed that future package is more than 1.5Mb size, this is far larger than many. But it should not be necessary under Python 3.
Expected Behavior
Don't install and don't require "future" package for Python 3.
Actual Behavior
Zappa CLI can't ZIP package without "future" installed.
Steps to Reproduce
pip uninstall future
zappa --help
and get errorYour Environment
pip freeze
resultThe text was updated successfully, but these errors were encountered: