I wanna create a requirements.txt for my git repo however how can I figure what are all the packages and their exact used version in all the codes in my repo without grepping all the imports? is there an automatic way to do this?
Here's all the grep result on imports in *.py
files https://pastebin.com/raw/BuaqdL5H