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
The pip package is currently broken on python3 because the latest release spans back to Sep 29, 2015, while the python3 support has been introduced on Nov 8, 2015.
Is it possible to update the pip package so it can be easily imported in requirements.txt without pointing to the Github master?
The text was updated successfully, but these errors were encountered:
It's possible to include that in a script after the first authentication to PyPi, and with a bit of scripting it should also be doable to push a new build upon version update using bumpversion.
The pip package is currently broken on python3 because the latest release spans back to Sep 29, 2015, while the python3 support has been introduced on Nov 8, 2015.
Is it possible to update the pip package so it can be easily imported in
requirements.txt
without pointing to the Github master?The text was updated successfully, but these errors were encountered: