misc: allow django 3.2 and django-tables2 2.4 (#68784)

This commit is contained in:
Frédéric Péters 2022-09-06 19:09:32 +02:00
parent fd099392fc
commit 658f025b64
1 changed files with 2 additions and 2 deletions

View File

@ -107,9 +107,9 @@ setup(
'Programming Language :: Python', 'Programming Language :: Python',
], ],
install_requires=[ install_requires=[
'django>=2.2,<2.3', 'django>=2.2,<3.3',
'gadjo', 'gadjo',
'django-tables2>=1.5,<2.2', 'django-tables2>=1.5,<2.5',
'django-filter>1,<2.5', 'django-filter>1,<2.5',
'djangorestframework>=3.4', 'djangorestframework>=3.4',
'python-magic', 'python-magic',