wagtail/requirements-dev.txt
Ben Emery b6a2d0648c Add missing requiresment to requirements-dev
Sendfile is required for running the tests, it's present in the
tox.ini but not for normal development.
2015-06-04 09:29:35 +01:00

17 lines
309 B
Text

# Required for running the tests
mock>=1.0.0
python-dateutil>=2.2
pytz>=2014.7
Pillow>=2.7.0
django-sendfile==0.3.6
# For coverage and PEP8 linting
coverage>=3.7.0
flake8>=2.2.0
# For documentation
Sphinx>=1.3.1
sphinx-autobuild>=0.5.2
sphinx_rtd_theme>=0.1.8
sphinxcontrib-spelling==2.1.1
pyenchant==1.6.6