mirror of
https://github.com/bndr/pipreqs.git
synced 2025-06-06 03:25:21 +00:00
5 lines
75 B
Python
5 lines
75 B
Python
from pipreqs import pipreqs
|
|
|
|
if __name__ == "__main__":
|
|
pipreqs.main()
|