Commit ae850334 by Jaakko Luttinen

Share common requirements for Travis and distribution (fix #319)

Requirements that are shared for normal installations and Travis
tests are in .travis/requirements.txt. Other requirements are
specified in requirements.txt for normal installations and
.travis.yml for Travis tests.
parent 55eb10aa
# Common denominators for testing # Django requirement is set in .travis.yml or requirements.txt
Markdown>=2.2.0
django-sekizai>=0.7 # sorl-thumbnail requirement is set in .travis.yml or requirements.txt
# Removed for now because it is not universal as sorl is broken on # Wiki language processor
# django 1.4: https://github.com/mariocesar/sorl-thumbnail/issues/255 Markdown>2.2.0
# sorl-thumbnail>=11.12.1b
# Package for flexible block handling
django-sekizai>=0.7
# Switch to Pillow and the dev version of sorl v12 # Imaging library
Pillow Pillow
# Notification system # Notification system
django-nyt>=0.9.1 django-nyt>=0.9.3
# django-mptt 0.6.1 is broken, see #316
# Tree structure handling
# django-mptt 0.6.1 is broken, see
# https://github.com/django-mptt/django-mptt/issues/316
django-mptt==0.6.0 django-mptt==0.6.0
# Python 2 and 3 compatibility
six six
# The web framework
django>=1.4,<1.7 django>=1.4,<1.7
Markdown>2.2.0
django-sekizai>=0.7
# django-mptt 0.6.1 is broken, see #316 # Thumbnails in Django
django-mptt==0.6.0 # For Django 1.4, use sorl-thumbnail<11.12.1:
# https://github.com/mariocesar/sorl-thumbnail/issues/255
# Now with compatibility for django 1.6
sorl-thumbnail>=11.12.1b sorl-thumbnail>=11.12.1b
Pillow # Migrations in Django
six South>=0.8.4
# Notification system
django-nyt>=0.9.3 # Use requirements that are common with Travis tests
-r .travis/requirements.txt
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment