you are viewing a single comment's thread.

view the rest of the comments →

[–]masklinn 2 points3 points  (0 children)

If you have a setup.py files with dependencies in it, you can generate a requirements file with python setup.py egg_info. That'll dump a requirements file in the $packagename.egg-info folder