Add support for Django 3.2
This commit is contained in:
parent
5b8fc55f78
commit
fa7789d226
2 changed files with 4 additions and 4 deletions
|
@ -21,15 +21,15 @@ Features
|
|||
* Possibility to rename/rewrite attributes per service
|
||||
* Possibility to require some attribute values per service
|
||||
* Federated mode between multiple CAS
|
||||
* Supports Django 1.11, 2.2 and 3.1
|
||||
* Supports Python 2.7, 3.5+
|
||||
* Supports Django 1.11, 2.2, 3.1 and 3.2
|
||||
* Supports Python 3.5+
|
||||
|
||||
Dependencies
|
||||
============
|
||||
|
||||
``django-cas-server`` depends on the following python packages:
|
||||
|
||||
* Django >= 1.11 < 3.2
|
||||
* Django >= 1.11 < 3.3
|
||||
* requests >= 2.4
|
||||
* requests_futures >= 0.9.5
|
||||
* lxml >= 3.4
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Django >= 1.11,<3.1
|
||||
Django >= 1.11,<3.3
|
||||
setuptools>=5.5
|
||||
requests>=2.4
|
||||
requests_futures>=0.9.5
|
||||
|
|
Loading…
Reference in a new issue