Bump Django-ESI to 4.x, inc breaking CCP change in 4.0.1

This commit is contained in:
Ariel Rin 2022-03-29 14:40:30 +10:00
parent a8d890abaf
commit 852c5a3037

View File

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