Closed l1k closed 9 years ago
I finally threw in the towel and switched from distutils to setuptools in commit 8494ee6182a8af573d4a9df58979ef7f728d9d2c
Turns out there are packages which dynamically generate the install_requires parameter (e.g. paramiko). So I can't retrieve the value of that parameter by parsing it with a regex, and I can't retrieve it from the distutils.dist.Distribution object either because distutils doesn't support the install_requires parameter. Only setuptools does. Switching to setuptools thus seemed to be the only viable solution.
Does this fix #25?
Just tried it and when run with the -r
switch it seems to do the trick. Cool!
@saschpe what do you think about this PR? It's open now for over 1 1/2 years without any comment.
Works for me, needs a rebase though :-)
@l1k still interested in this?
@toabctl: Sure, I'll look into it, see what's necessary to rebase it on current master. Thanks for following up on this.
Voilà, rebased and force-pushed. Thanks again.
Hi Sascha,
I'd be interested to get feedback from you on this experimental feature and specifically on the following issues:
Let me know what you think. Thanks.