setup.py: update dependency upon django-restframework>=3.3 (#10206)

This commit is contained in:
Thomas NOËL 2016-03-04 17:55:56 +01:00
parent dce8023c22
commit e7064769e6
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-gadjo (>= 0.6),
python-django-tables2 (>= 1),
python-django-import-export (>= 0.2.7),
python-djangorestframework (>= 3.1),
python-djangorestframework (>= 3.3),
python-markdown (>= 2.1),
python-ldap (>= 2.4),
python-six (>= 1.0)

View File

@ -22,7 +22,7 @@ Depends: ${misc:Depends}, ${python:Depends},
python-gadjo (>= 0.6),
python-django-tables2 (>= 1),
python-django-import-export (>= 0.2.7),
python-djangorestframework (>= 3.1),
python-djangorestframework (>= 3.3),
python-markdown (>= 2.1),
python-ldap (>= 2.4),
python-six (>= 1.0)

View File

@ -23,7 +23,7 @@ The other Authentic 2 dependencies are:
- django-tables2>=1.0
- gadjo>=0.6
- django-import-export>=0.2.7
- djangorestframework>=3.1
- djangorestframework>=3.3
- six>=1.9
- Markdown>=2.5
- python-ldap

View File

@ -118,7 +118,7 @@ setup(name="authentic2",
'django-tables2>=1.0',
'gadjo>=0.6',
'django-import-export>=0.2.7',
'djangorestframework>=3.1',
'djangorestframework>=3.3',
'six>=1',
'Markdown>=2.1',
'python-ldap',