{"library":"allianceauth","install":[{"cmd":"pip install allianceauth gunicorn superlance","imports":["from django.urls import include, path\n\nurlpatterns = [\n    path('', include('allianceauth.urls')),\n    # ... other app URLs\n]","INSTALLED_APPS = [\n    # ... other Django/community apps\n    'allianceauth',\n    'allianceauth.authentication',\n    'allianceauth.eveonline',\n    # ... other required Alliance Auth apps\n]"]}]}