setup.py: limit django-filter to <2.3 (#43874)

This commit is contained in:
Thomas NOËL 2020-06-10 15:28:44 +02:00
parent 4c9b1fc932
commit 8ee155eefa
1 changed files with 1 additions and 1 deletions

View File

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