cookiecutter-data-science/{{ cookiecutter.repo_name }}/requirements.txt

15 lines
204 B
Plaintext

# local package
-e .
# external requirements
click
Sphinx
coverage
awscli
flake8
python-dotenv>=0.5.1
{% if cookiecutter.python_interpreter != 'python3' %}
# backwards compatibility
pathlib2
{% endif %}