Revision eefac701
Added by Frédéric Péters over 8 years ago
requirements.txt | ||
---|---|---|
1 | 1 |
Django>=1.7, <1.8 |
2 | 2 |
django-ckeditor<4.5.3 |
3 |
djangorestframework |
|
3 |
djangorestframework>=3.3,<3.4
|
|
4 | 4 |
html2text |
5 | 5 |
-e git+http://repos.entrouvert.org/gadjo.git/#egg=gadjo |
6 | 6 |
-e git+http://repos.entrouvert.org/python-emails.git#egg=emails |
setup.py | ||
---|---|---|
95 | 95 |
], |
96 | 96 |
install_requires=['django>=1.7, <1.8', |
97 | 97 |
'django-ckeditor<4.5.3', |
98 |
'djangorestframework', |
|
98 |
'djangorestframework>=3.3,<3.4',
|
|
99 | 99 |
'html2text', |
100 | 100 |
'gadjo', |
101 | 101 |
'emails', |
Also available in: Unified diff
misc: depends on djangorestframework>=3.3,<3.4 as 3.4 requires django 1.8