Merge branch 'enable_django_esi_20' into 'master'

Enable django-esi 2.0 dependency

See merge request allianceauth/allianceauth!1232
This commit is contained in:
colcrunch 2020-07-13 18:54:21 +00:00
commit b4522a1277

View File

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