Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Moving requirements list into setup.py #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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