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 | ||
| Markdown>2.2.0 | ||
| django-sekizai>=0.7 | ||
| # django-mptt 0.6.1 is broken, see #316 | ||
| django-mptt==0.6.0 | ||
| # Now with compatibility for django 1.6 | ||
| # Thumbnails in Django | ||
| # For Django 1.4, use sorl-thumbnail<11.12.1: | ||
| # https://github.com/mariocesar/sorl-thumbnail/issues/255 | ||
| sorl-thumbnail>=11.12.1b | ||
| Pillow | ||
| six | ||
| # Notification system | ||
| django-nyt>=0.9.3 | ||
| # Migrations in Django | ||
| South>=0.8.4 | ||
| # Use requirements that are common with Travis tests | ||
| -r .travis/requirements.txt |
Please
register
or
sign in
to comment