vbv/server/requirements
Christian Cueni 211d478181 Downgrade wagtail and packages 2024-07-11 12:17:56 +02:00
..
README.md Move django project to `server` directory 2022-02-03 17:33:59 +01:00
requirements-dev.in SFTP test should run sequentially -> migrate these tests to pytest 2024-06-19 17:16:14 +02:00
requirements-dev.txt Downgrade wagtail and packages 2024-07-11 12:17:56 +02:00
requirements.in Downgrade wagtail and packages 2024-07-11 12:17:56 +02:00
requirements.txt Downgrade wagtail and packages 2024-07-11 12:17:56 +02:00
update-requirements.sh Add script for updating requirements 2022-11-17 15:21:16 +01:00

README.md

requirements management

The python dependencies in requirements.txt are now managed with pip-tools

Only edit *.in files to add or adapt dependency

Run the following commands to compile new requirements*.txt files

pip-compile --output-file=requirements.txt requirements.in
pip-compile --output-file=requirements-dev.txt requirements-dev.in