setup.py: restrain to django-filter<2 (#22351)

This commit is contained in:
Benjamin Dauvergne 2018-03-08 22:55:13 +01:00
parent 722db42ec7
commit ae35e23f77
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ setup(name="authentic2",
'six>=1',
'Markdown>=2.1',
'python-ldap',
'django-filter>1',
'django-filter>1,<2',
'pycrypto',
'django-mellon',
'ldaptools',