0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-24 19:17:48 +01:00
Commit Graph

16 Commits

Author SHA1 Message Date
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
Dan Braghis
5ae5dd30e2 Remove django-sendfile from requirements and test settings 2015-06-04 22:15:01 +01:00
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
Dave Cranwell
3e5eb60bf9 moved pages, images, snippets, form builder, search into reference. Updated requirements, removed conflicting theme css file, updated README 2015-05-14 11:20:50 +01:00
Karl Hobley
27facef89e Added spellcheker 2015-04-17 22:49:16 +01:00
Karl Hobley
23ee87243b Added Pillow to dev requirements 2015-03-18 19:13:20 +00:00
Karl Hobley
c4e58a7ca5 Unpinned some requirements
To make requires.io happy
2014-12-03 09:25:37 +00:00
Karl Hobley
28b0f29d18 Clear submitted_for_moderation and approved_go_live_at of copied revisions 2014-09-16 09:18:49 +01:00
Karl Hobley
b1d412f0f6 Set cache expire headers to two months on frontend image serve view 2014-07-18 14:58:34 +01:00
Neal Todd
80ea75d244 Bump flake8 to correct latest version. 2014-07-02 17:47:03 +01:00
Neal Todd
e31ff7f3c4 Requirements version updates, documenting dependencies via requirements.io and updating supported python version docs. 2014-07-02 17:31:06 +01:00
Tom Talbot
3b8ca10fdb Embedly unit tests 2014-06-04 16:19:34 +01:00
Karl Hobley
337f5d4146 unittest2 no longer an 'essential' requirement for developers 2014-06-02 12:42:59 +01:00
Matt Westcott
41c5c1c457 Python 2.6 compatibility - fixes #156 2014-04-24 16:41:58 +01:00
Matt Westcott
a7bc3ebc35 typo 2014-02-07 15:56:49 +00:00
Paul Hallett
3c85d8ba97 Makefile, flake8 for PEP8 and contributors added 2014-02-07 15:20:27 +00:00