misc: bump version numbers for actual Django 1.11 usage

This commit is contained in:
Frédéric Péters 2019-01-03 19:54:20 +01:00
parent eb2e07acbd
commit adcacbfb27
2 changed files with 3 additions and 3 deletions

View File

@ -105,13 +105,13 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.8, <1.9',
install_requires=['django>=1.8, <1.12',
'gadjo',
'django-jsonfield',
'python-ldap',
'pycrypto',
'requests',
'djangorestframework',
'djangorestframework>=3.3,<3.7',
'django-mellon'
],
zip_safe=False,

View File

@ -18,7 +18,7 @@ deps =
pylint
pylint-django
mock
djangorestframework>=3.3,<3.4
djangorestframework>=3.3,<3.7
commands =
./getlasso.sh
py.test {env:COVERAGE:} {posargs:tests/}