misc: django 3.2 in setup (#77821)

This commit is contained in:
Lauréline Guérin 2023-05-23 09:12:02 +02:00
parent 854a3d0e26
commit 5f23cbbe64
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ setup(
scripts=['manage.py'],
include_package_data=True,
install_requires=[
'django>=2.2,<2.3',
'django>=3.2, <3.3',
'requests',
'gadjo',
],