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.
Showing
| # 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 |
Please
register
or
sign in
to comment