Require Django-ESI 3.x

(cherry picked from commit 98619a0eb8)
This commit is contained in:
Joel Falknau
2021-10-17 19:13:43 +10:00
committed by Ariel Rin
parent 5b26757662
commit ad953efe77

View File

@@ -33,7 +33,7 @@ install_requires = [
'sleekxmpp', 'sleekxmpp',
'pydiscourse', 'pydiscourse',
'django-esi>=2.0.4,<3.0' 'django-esi>=3.0.0,<4.0.0'
] ]
testing_extras = [ testing_extras = [