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

Read requirements from setup.py #55

Open
stchris opened this issue Jun 12, 2015 · 1 comment
Open

Read requirements from setup.py #55

stchris opened this issue Jun 12, 2015 · 1 comment

Comments

@stchris
Copy link

stchris commented Jun 12, 2015

Hello! Awesome project!

I'd love it if I could pass a setup.py file to devpi-builder. I have a project where I specify the dependencies in the install_requires attribute of the setuptools dict. It should be possible to get the output via python setup.py --requires, but in a quick test that didn't work for me.

I'll try to submit a PR for this.

@ghost
Copy link

ghost commented Jun 12, 2015

Sounds like a fancy feature. How do you plan to handle indirect dependencies? Building from a requirements.txt these are ignored by devpi-builder. I am asking as other than in requirements.txt these are usually not included in setup.py.

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

No branches or pull requests

2 participants