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
Strip out all -e flags when processing requirements file
Previously, there were various with installing editable packages in
different python / pip versions.
serverless#240
This adds logic to strip out all '-e' editable flags from the
requirements.txt file and issues a warning to the CLI.
fixesserverless#240
0 commit comments