Merge branch 'aureplop/pin-python-cas' into 'master'
Pin python-cas & bump allauth-cas See merge request cof-geek/django-allauth-ens!17
This commit is contained in:
commit
14d54f528b
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -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',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue