Skip to content

Conversation

daranday
Copy link

@daranday daranday commented Apr 7, 2019

Currently pip install tidyextractors fails because pip has deprecated
pip.req module. The recommended approach is now to put the requirements
directly into setup.py and leave '.' in the requirements so others can
still run "pip install -r requirements.txt"

Reference: https://stackoverflow.com/questions/49689880/proper-way-to-parse-requirements-file-after-pip-upgrade-to-pip-10-x-x

Currently pip install tidyextractors fails because pip has deprecated
pip.req module. The recommended approach is now to put the requirements
directly into setup.py and leave '.' in the requirements so others can
still run "pip install -r requirements.txt"

Reference: https://stackoverflow.com/questions/49689880/proper-way-to-parse-requirements-file-after-pip-upgrade-to-pip-10-x-x
Copy link

@brnbne brnbne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this wasn't somebody's abandoned class project maybe this would finally get pulled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants