mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 23:40:17 +02:00
FAT uses ESI tokens to get character location/ship - closes #564 Pull corp memebrship data from ESI Additional permissions for non-api viewing. - migration to convert permissions from old users. Standardize EVE datasource responses. - allow different sources for EVE data types. Allow empty values for character alliance id and name Allow multiple corps and alliances to be considered 'members'
28 lines
508 B
Plaintext
Executable File
28 lines
508 B
Plaintext
Executable File
# Python Stuff # - see bootstrap.sh
|
|
mysqlclient
|
|
evelink
|
|
dnspython
|
|
passlib
|
|
requests>=2.9.1
|
|
bcrypt
|
|
zeroc-ice
|
|
slugify
|
|
requests-oauthlib
|
|
sleekxmpp
|
|
redis
|
|
|
|
# Django Stuff #
|
|
django>=1.10,<2.0
|
|
django-bootstrap-form
|
|
django-navhelper
|
|
django-bootstrap-pagination
|
|
|
|
# awating release for fix to celery/django-celery#447
|
|
# django-celery
|
|
git+https://github.com/celery/django-celery
|
|
|
|
git+git://github.com/nikdoof/python-ts3.git
|
|
git+https://github.com/pyghassen/openfire-restapi
|
|
|
|
git+https://github.com/adarnof/adarnauth-esi
|