X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/53145befaa401c776854ac95f63e3d3bbd72fb89..14190defb1cc8b35e4f47a7b3b64788754aa1097:/setup.py?ds=sidebyside diff --git a/setup.py b/setup.py index 60c37c8..0e7c402 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ def read(fname): setup( name='django-cas-provider', - version='0.3.2', + version='23.3', 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', @@ -17,7 +17,7 @@ setup( long_description=read('README.rst'), zip_safe=False, install_requires=[ - 'Django>=1.5,<2.2', + 'Django>=2.0,<4.2', 'lxml', ], classifiers = [