mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-13 22:40:16 +02:00
* Implement Discord OAuth - extend group caching to Discord - use bot token to manipulate api - migrate to official API Addresses #419 * Remove virtualenv wrapper * Discord OAuth integration playtest corrections Closes #419
22 lines
374 B
Plaintext
Executable File
22 lines
374 B
Plaintext
Executable File
# Python Stuff # - see bootstrap.sh
|
|
mysql-python
|
|
mysqlclient
|
|
evelink
|
|
dnspython
|
|
passlib
|
|
requests>=2.9.1
|
|
bcrypt
|
|
zeroc-ice
|
|
slugify
|
|
requests-oauthlib
|
|
|
|
# Django Stuff #
|
|
django==1.6.5
|
|
django-evolution
|
|
django-bootstrap-form
|
|
django-celery
|
|
|
|
git+git://github.com/nikdoof/python-ts3.git
|
|
git+git://github.com/seamus-45/openfire-restapi.git
|
|
git+https://github.com/ArchipelProject/xmpppy
|