mark minimal gadjo version (#22440)

This commit is contained in:
Frédéric Péters 2018-04-16 13:27:40 +02:00
parent dbed99be54
commit 507f48ec78
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-lasso (>= 2.4.1.100),
python-dnspython (>= 1.10),
python-django-select2 (>= 5),
python-gadjo (>= 0.6),
python-gadjo (>= 0.53),
python-django-tables2 (>= 1),
python-django-tables2 (<< 1.1),
python-django-import-export (>= 0.2.7),

View File

@ -18,7 +18,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-lasso (>= 2.4.1.100),
python-dnspython (>= 1.10),
python-django-select2 (>= 5),
python-gadjo (>= 0.6),
python-gadjo (>= 0.53),
python-django-tables2 (>= 1),
python-django-tables2 (<< 1.1),
python-django-import-export (>= 0.2.7),

View File

@ -116,7 +116,7 @@ setup(name="authentic2",
'dnspython>=1.10',
'Django-Select2>5,<6',
'django-tables2>=1.0,<1.1',
'gadjo',
'gadjo>=0.53',
'django-import-export>=0.2.7',
'djangorestframework>=3.3,<3.4',
'six>=1',