mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-16 07:50:16 +02:00
* Refactor allianceauth into its own package * Add setup * Add missing default_app_config declarations * Fix timerboard namespacing * Remove obsolete future imports * Remove py2 mock support * Remove six * Add experimental 3.7 support and multiple Dj versions * Remove python_2_unicode_compatible * Add navhelper as local package * Update requirements
31 lines
472 B
Plaintext
Executable File
31 lines
472 B
Plaintext
Executable File
# Python dependencies
|
|
# Any changes in these package requirements
|
|
# should be reflected in setup.py as well.
|
|
mysqlclient
|
|
evelink
|
|
dnspython
|
|
passlib
|
|
requests>=2.9.1
|
|
bcrypt
|
|
python-slugify>=1.2
|
|
requests-oauthlib
|
|
|
|
redis
|
|
celery>=4.0.2
|
|
|
|
# Django Stuff #
|
|
django>=1.10,<2.0
|
|
django-bootstrap-form
|
|
django-bootstrap-pagination
|
|
django-registration
|
|
django-sortedm2m
|
|
django-redis-cache>=1.7.1
|
|
django-recaptcha
|
|
django-celery-beat
|
|
|
|
# Openfire
|
|
sleekxmpp
|
|
openfire-restapi
|
|
|
|
adarnauth-esi<2.0
|