setup(
name='django-cas-provider',
- version='0.3.2',
+ version='24.6',
description='A "provider" for the Central Authentication Service (http://jasig.org/cas)',
author='(Chris Williams), Sebastian Annies',
author_email='(chris@nitron.org), sebastian.annies@googlemail.com',
long_description=read('README.rst'),
zip_safe=False,
install_requires=[
- 'Django>=1.10,<4.0',
+ 'Django>=2.0,<5.1',
'lxml',
],
classifiers = [