Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Generate requirements.txt from imports

This utility scans all Python files in the current directory (recursively), collects top-level imports, and generates a requirements.txt containing only the external packages actually used (with or without versions).

Note

Dependencies in python sucks. While this script can be very helpful, it cannot guarantee a perfect requirements.txt file. Always review the output and test your project after generating or updating the requirements.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages