build: mark minimal gadjo version (#22440)

This commit is contained in:
Frédéric Péters 2018-04-16 13:30:17 +02:00
parent 1ebdb33a2d
commit cfa1fed9c3
2 changed files with 2 additions and 2 deletions

2
debian/control vendored
View File

@ -11,7 +11,7 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends},
python-django (>= 1.8), python-django (<< 1.9),
python-djangorestframework (>= 3.3),
python-gadjo,
python-gadjo (>= 0.53),
python-requests,
python-feedparser,
python-xstatic-josefinsans,

View File

@ -136,7 +136,7 @@ setup(
],
install_requires=['django>=1.8, <1.12',
'django-ckeditor<4.5.3',
'gadjo',
'gadjo>=0.53',
'feedparser',
'django-jsonfield',
'requests',