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

[question] How to integrate with setup.py? #64

Closed
robsonpeixoto opened this issue Feb 1, 2017 · 1 comment
Closed

[question] How to integrate with setup.py? #64

robsonpeixoto opened this issue Feb 1, 2017 · 1 comment

Comments

@robsonpeixoto
Copy link

robsonpeixoto commented Feb 1, 2017

Using requirements.txt I can do it:

from pip.req import parse_requirements
requirements = [str(r.req) for r in
                parse_requirements('requirements.txt', session=False)]
test_requirements = [str(r.req) for r in
                     parse_requirements('requirements-test.txt', session=False)]

How can I do the same using Pipfile?

@robsonpeixoto
Copy link
Author

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

No branches or pull requests

1 participant