mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-15 15:30:16 +02:00
Use django-redis-cache backend for locking get_or_set No longer require group-related tasks to be locked to one simultaneous execution. Remove legacy service group cache models. Truncate Discord nicknames to 32 characters Correct Discourse group name extension using only valid leading characters. Prevent name slicing from ending with illegal character Closes #801 Closes #847 Closes #835 Closes #852
27 lines
480 B
Plaintext
Executable File
27 lines
480 B
Plaintext
Executable File
# Python Stuff # - see bootstrap.sh
|
|
mysqlclient
|
|
evelink
|
|
dnspython
|
|
passlib
|
|
requests>=2.9.1
|
|
bcrypt
|
|
slugify
|
|
requests-oauthlib
|
|
sleekxmpp
|
|
redis
|
|
celery>=4.0.2
|
|
|
|
# Django Stuff #
|
|
django>=1.10,<2.0
|
|
django-bootstrap-form
|
|
django-navhelper
|
|
django-bootstrap-pagination
|
|
django-redis-cache>=1.7.1
|
|
django-recaptcha
|
|
django-celery-beat
|
|
|
|
# awating pyghassen/openfire-restapi #1 to fix installation issues
|
|
git+https://github.com/adarnof/openfire-restapi
|
|
|
|
git+https://github.com/adarnof/adarnauth-esi
|