vbv/server/requirements
Ramon Wenger 7b4860f170 Add settings for S3 storage and Grapple/GraphQL 2022-11-17 15:19:27 +01:00
..
README.md Move django project to `server` directory 2022-02-03 17:33:59 +01:00
requirements-dev.in Upgrade some python packages 2022-10-11 16:46:53 +02:00
requirements-dev.txt Add settings for S3 storage and Grapple/GraphQL 2022-11-17 15:19:27 +01:00
requirements.in Add settings for S3 storage and Grapple/GraphQL 2022-11-17 15:19:27 +01:00
requirements.txt Add settings for S3 storage and Grapple/GraphQL 2022-11-17 15:19:27 +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