mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-14 23:10:15 +02:00
29 lines
554 B
Plaintext
Executable File
29 lines
554 B
Plaintext
Executable File
# Python Stuff # - see bootstrap.sh
|
|
mysqlclient
|
|
evelink
|
|
dnspython
|
|
passlib
|
|
requests>=2.9.1
|
|
bcrypt
|
|
slugify
|
|
requests-oauthlib
|
|
sleekxmpp
|
|
redis
|
|
|
|
# Django Stuff #
|
|
django>=1.10,<2.0
|
|
django-bootstrap-form
|
|
django-navhelper
|
|
django-bootstrap-pagination
|
|
django-redis>=4.4
|
|
django-recaptcha
|
|
|
|
# awating release for fix to celery/django-celery#447
|
|
# django-celery
|
|
git+https://github.com/celery/django-celery
|
|
|
|
# awating pyghassen/openfire-restapi #1 to fix installation issues
|
|
git+https://github.com/adarnof/openfire-restapi
|
|
|
|
git+https://github.com/adarnof/adarnauth-esi
|