0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
wagtail/requirements-dev.txt
Karl Hobley 3b2e54bc7c Make elasticsearch-py a dev requirement
The Elasticsearch tests now depend on an environment variable being set so we can safely install elasticsearch-py without Wagtail automatically assuming Elasticsearch is installed and running the tests.

This makes developer setup slightly easier, but also opens up the possibility for running some of the ES tests that don't depend on a running ES instance.
2015-11-19 16:23:47 +00:00

18 lines
307 B
Plaintext

# Required for running the tests
mock>=1.0.0
python-dateutil>=2.2
pytz>=2014.7
Pillow>=2.7.0
elasticsearch>=1.0.0
# 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