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

15 lines
204 B
Plaintext
Raw Normal View History

# local package
-e .
# external requirements
2015-10-30 12:09:43 -07:00
click
2015-10-30 13:05:20 -07:00
Sphinx
coverage
awscli
2015-11-02 06:09:45 -08:00
flake8
2016-05-28 05:28:03 -07:00
python-dotenv>=0.5.1
{% if cookiecutter.python_interpreter != 'python3' %}
# backwards compatibility
pathlib2
{% endif %}