Enable using django-esi 2.0

This commit is contained in:
ErikKalkoken 2020-07-11 12:35:16 +02:00
parent 93c89dd7cc
commit 595353e838

View File

@ -32,7 +32,7 @@ install_requires = [
'openfire-restapi', 'openfire-restapi',
'sleekxmpp', 'sleekxmpp',
'django-esi>=1.5.0,<2.0' 'django-esi>=1.5,<3.0'
] ]
testing_extras = [ testing_extras = [