Is there any way to have a package.json file for my python folder, like it is in NodeJS (npm) ?
For Example: if I used pip to import Flask, I want Flask to appear in the package.json file. It doesn't have to be JSON, it can be a .txt file as well.
FYI: I want the file so that I can install all the dependencies immediatelyif I transfer the files, or upload the folder into GitHub
Thanks!