mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
* Alter Discourse support to act as SSO provider. Correct service group sync retry queueing. * Correct default database enviroment variable names. * Redirect to requested page after succesful login. * Correct default redirect handling. Correct attribute used to logout users on Discourse. Improve logging messages to use parsed path on Discourse. * Correct task retry syntax using bind=True. Inherit from base exception so can catch TeamspeakErrors.
26 lines
478 B
Plaintext
Executable File
26 lines
478 B
Plaintext
Executable File
# Python Stuff # - see bootstrap.sh
|
|
mysqlclient
|
|
evelink
|
|
dnspython
|
|
passlib
|
|
requests>=2.9.1
|
|
bcrypt
|
|
zeroc-ice
|
|
slugify
|
|
requests-oauthlib
|
|
sleekxmpp
|
|
|
|
# Django Stuff #
|
|
django>=1.10,<2.0
|
|
django-bootstrap-form
|
|
django-navhelper
|
|
|
|
# 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-eve-sso
|