You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: