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