Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): sync dependencies between
Pipfile
and requirements.txt
We're still using 'pipenv' to determine conflict-free sets of dependencies, but install them via (plain) 'pip'. Hence we should make sure the `requirements.txt` files match the versions 'pipenv' found. $ cd application/ $ pipenv sync $ pipenv run pip freeze > requirements.txt $ cp -a requirements.txt ../deployment/roles/briefkasten/files/ Refs: #387, e880fb0, 099ecb1, 4df8d86, ZO-6184
- Loading branch information