cookiecutter-django/requirements.txt

14 lines
229 B
Plaintext
Raw Normal View History

2015-04-20 15:19:12 +03:00
cookiecutter==1.0.0
flake8==2.4.1
2015-04-20 15:19:12 +03:00
sh
# Debugging
# -------------------------------------
2015-06-03 23:20:55 +03:00
ipdb==0.8.1
ipython==3.2.0
2015-04-20 15:19:12 +03:00
# Testing
# -------------------------------------
2015-06-24 03:40:55 +03:00
pytest==2.7.2
2015-04-20 15:19:12 +03:00
git+git://github.com/mverteuil/pytest-ipdb.git