misc: require django 3.2 (#75442)

This commit is contained in:
Valentin Deniaud 2023-03-29 14:31:35 +02:00
parent fe8f38f4eb
commit c1ca1227d3
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ setup(
'Programming Language :: Python :: 3',
],
install_requires=[
'django>=2.2, <3.3',
'django>=3.2, <3.3',
'gadjo>=0.53',
'requests',
'eopayment>=1.60',