kpsul/requirements.txt

29 lines
559 B
Plaintext
Raw Normal View History

2016-05-24 00:53:29 +02:00
configparser==3.5.0
Django==1.11.*
django-autocomplete-light==3.1.3
core -- Install django-allauth-ens Refer to allauth doc for an accurate features list: http://django-allauth.readthedocs.io/en/latest/ Users can now change their password, ask for a password reset, or set one if they don't have one. In particular, it allows users whose account has been created via a clipper authentication to configure a password before losing their clipper. Even if they have already lost it, they are able to get one using the "Reset password" functionality. Allauth multiple emails management is deactivated. Requests to the related url redirect to the home page. All the login and logout views are replaced by the allauth' ones. It also concerns the Django and Wagtail admin sites. Note that users are no longer logged out of the clipper CAS server when they authenticated via this server. Instead a message suggests the user to disconnect. Clipper connections and `login_clipper` --------------------------------------- - Non-empty `login_clipper` are now unique among `CofProfile` instances. - They are created once for users with a non-empty 'login_clipper' (with the data migration 0014_create_clipper_connections). - The `login_clipper` of CofProfile instances are sync with their clipper connections: * `CofProfile.sync_clipper_connections` method updates the connections based on `login_clipper`. * Signals receivers `sync_clipper…` update `login_clipper` based on connections creations/updates/deletions. Misc ---- - Add NullCharField (model field) which allows to use `unique=True` on CharField (even with empty strings). - Parts of kfet mixins for TestCase are now in shared.tests.testcase, as they are used elsewhere than in the kfet app.
2017-10-19 01:12:52 +02:00
django-allauth-ens==1.1.*
2016-07-18 19:52:55 +02:00
django-autoslug==1.9.3
django-djconfig==0.5.3
django-recaptcha==1.4.0
django-redis-cache==1.7.1
icalendar
2017-08-09 23:07:49 +02:00
psycopg2
Pillow
unicodecsv
django-bootstrap-form==3.3
asgiref==1.1.1
daphne==1.3.0
asgi-redis==1.3.0
2016-09-01 00:52:34 +02:00
statistics==1.0.3.5
2016-09-03 16:29:32 +02:00
django-widget-tweaks==1.4.1
git+https://git.eleves.ens.fr/cof-geek/django_custommail.git#egg=django_custommail
ldap3
channels==1.1.5
python-dateutil
wagtail==1.10.*
wagtailmenus==2.2.*
2018-04-08 22:32:59 +02:00
django-cors-headers==2.2.0
2017-08-10 17:56:20 +02:00
# Production tools
wheel