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
Ensure reproducible packaging of libs
The old script sometimes ignored version numbers in requirements.txt if eg Flask was installed from wheel (installing its own version of itsdangerous) before itsdangerous was installed from wheel (our version). I don't know why Alex made it so complicated, just doing pip installs and tarring the result produces the exact same zip (this time with the requested versions!)