You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make a workflow to automate
If you're using Python and want to automate this, you can run: pip freeze > requirements.txt
And each time you install a new package (e.g., pip install requests), just re-run the command to update the file. Alternatively, you can manually append new libraries to the file as you go.