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

Fix setup: don't use requirements.txt #22

Merged
merged 2 commits into from
Sep 5, 2017
Merged

Fix setup: don't use requirements.txt #22

merged 2 commits into from
Sep 5, 2017

Conversation

cedricco
Copy link
Contributor

Installing nece in a project results with the following error:

FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

Instead of setup.py relying on requiremnts.txt, the opposite should be done.
See https://caremad.io/posts/2013/07/setup-vs-requirement/

Installing nece in a project results with the following error:
>>> FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'

Instead of setup.py relying on requiremnts.txt, the opposite should be done.
See https://caremad.io/posts/2013/07/setup-vs-requirement/
@coveralls
Copy link

coveralls commented Aug 24, 2017

Coverage Status

Coverage remained the same at 98.795% when pulling b7d0ed6 on Polyconseil:ccodet/fix_setup into e01a11f on tatterdemalion:master.

@tatterdemalion
Copy link
Owner

Sorry, I did not see the PR before and done the same thing today. Thanks for the contribution.

@tatterdemalion tatterdemalion merged commit de5ccf9 into tatterdemalion:master Sep 5, 2017
@coveralls
Copy link

coveralls commented Sep 5, 2017

Coverage Status

Coverage remained the same at 98.795% when pulling ede8a61 on Polyconseil:ccodet/fix_setup into 948ddb2 on tatterdemalion:master.

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.

None yet

3 participants