2016-02-03 01:56:48 +00:00
|
|
|
# [RemovedInWagtail16Warning]
|
|
|
|
# DEPRECATED. Developer requirements should now be specified in setup.py
|
|
|
|
# in 'testing_extras' / 'documentation_extras'.
|
|
|
|
|
2015-03-18 19:13:20 +00:00
|
|
|
# Required for running the tests
|
2014-12-03 09:25:37 +00:00
|
|
|
mock>=1.0.0
|
|
|
|
python-dateutil>=2.2
|
|
|
|
pytz>=2014.7
|
2015-03-18 19:13:20 +00:00
|
|
|
Pillow>=2.7.0
|
2015-11-19 16:00:54 +00:00
|
|
|
elasticsearch>=1.0.0
|
2015-03-18 19:13:20 +00:00
|
|
|
|
|
|
|
# For coverage and PEP8 linting
|
|
|
|
coverage>=3.7.0
|
|
|
|
flake8>=2.2.0
|
2015-04-17 21:49:16 +00:00
|
|
|
|
2015-05-14 10:18:53 +00:00
|
|
|
# For documentation
|
|
|
|
Sphinx>=1.3.1
|
|
|
|
sphinx-autobuild>=0.5.2
|
|
|
|
sphinx_rtd_theme>=0.1.8
|
2015-04-17 21:49:16 +00:00
|
|
|
sphinxcontrib-spelling==2.1.1
|
|
|
|
pyenchant==1.6.6
|