ComputerScienceHouse / packet

Web packet written in Python for Computer Science House
MIT License
23 stars 26 forks source link

Add pip-tools locked requirements #336

Closed devinmatte closed 2 years ago

devinmatte commented 2 years ago

Wanted to update dd-trace, and cleanup the frozen deps file

devinmatte commented 2 years ago

requirements.in uses pip-tools. It makes sure the lockfile is only built from the contents of requirements.in and doesn't include any locally installed packages and previously removed dependencies. It also is generated with a list of where each transitive dependency comes from