Merge pull request #321 from jluttine/fix-requirements
Fix requirements
Showing
.travis/requirements.txt
deleted
100644 → 0
| django>=1.4,<1.7 | # For general guidance on setup.py vs requirements.txt, see: | ||
| Markdown>2.2.0 | # https://caremad.io/blog/setup-vs-requirement/ | ||
| django-sekizai>=0.7 | |||
| # django-mptt 0.6.1 is broken, see #316 | # You can add installation specific requirements here | ||
| django-mptt==0.6.0 | # ... | ||
| # Now with compatibility for django 1.6 | # Install requirements from setup.py (and install the local package) | ||
| sorl-thumbnail>=11.12.1b | -e . | ||
| Pillow | |||
| six | |||
| # Notification system | |||
| django-nyt>=0.9.3 |
Please
register
or
sign in
to comment