Hacker News new | ask | show | jobs
by Socketubs 3743 days ago
Thank you! I definitely need to have a look at `pdr`, it looks very interesting.

`requirements.py` doesn't stand to be "the" universal solution to Python dependency problem. It's more like a sugar syntax for "simple" setups.

1 comments

That's fair. If you could get installation via `setup_requires` to work, so people don't need a (soon to be out-of-date) copy of `requirements.py` in their repo, that'd be a win imo.