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
Introduced requirements.piptools file for Python application, and updated requirements.txt according to it. The requirements.piptools file includes packages needed for the project that are then compiled into the requirements.txt file via pip-compile. This way, exact requirements including dependencies and their versions are documented for more deterministic builds.
See pip-tools package.
0 commit comments