Expected behaviour
Dependencies could be added to {{cookiecutter.project_directory}}/requirements-dev.in and {{cookiecutter.project_directory}}/requirements-debug.inand
pip-tools could be used to generate requirements-dev/debug.txt files.
Current behaviour
All dependencies are pinned or somewhat pinned in requirements-dev.txt.
Describe alternatives you've considered
Dependencies could be listed without versions.
Expected behaviour Dependencies could be added to
{{cookiecutter.project_directory}}/requirements-dev.in
and{{cookiecutter.project_directory}}/requirements-debug.in
and pip-tools could be used to generate requirements-dev/debug.txt files.Current behaviour All dependencies are pinned or somewhat pinned in requirements-dev.txt.
Describe alternatives you've considered Dependencies could be listed without versions.