ScottJDaley / ada

A Discord bot for the Satisfactory video game.
MIT License
32 stars 5 forks source link

Generate lockfile with `pip freeze > requirements.txt` #86

Closed tomdaley92 closed 2 years ago

tomdaley92 commented 2 years ago

So the idea is, assuming you are inside of your venv, whenever you do a pip install with a new package, you'll want to run pip freeze > requirements.txt to update that list and take a snapshot of your current flattened dependency list.

ScottJDaley commented 2 years ago

Is this just mainly to prevent future package updates from breaking stuff?