Pin python-cas & bump allauth-cas

Pin python-cas to avoid breaking login, and keep working redirection
after CAS logout.
This commit is contained in:
Aurélien Delobelle 2018-10-21 15:43:20 +02:00
parent 9d3e7a805a
commit 85f09ca9f7

View file

@ -45,7 +45,10 @@ setup(
include_package_data=True,
install_requires=[
'django-allauth',
'django-allauth-cas>=1.0.0b2,<1.1',
'django-allauth-cas>=1.0,<1.1',
# The version of CAS used by cas.eleves.ens.fr is unclear…
# Stick to python-cas 1.2.0 until we solve this mystery.
'python-cas==1.2.0',
'django-widget-tweaks',
'python-ldap',
],