allianceauth/requirements.txt
Basraah 17dd7c04c7 Replace django-celery with base Celery (#791)
Update celery tasks to new style & remove djcelery
Vanilla celery + django-celery-beat take over the role of djcelery. Task schedules are consolidated into settings instead of residing in code.
Update docs and example supervisor configs.
2017-05-03 16:53:16 -04:00

27 lines
472 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>=4.4
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