From c2572a6283e8a777454b76ed51e11a42f3ba8f00 Mon Sep 17 00:00:00 2001 From: "fang.li" Date: Tue, 12 Apr 2016 16:59:47 +0800 Subject: [PATCH] add dependencies in readme --- README.rst | 9 ++++++++- setup.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b9ef348..aa569ad 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ Django SAML2 Authentication Made Easy ===================================== :Author: Fang Li -:Version: 1.0.2b1 +:Version: 1.0.2 .. image:: https://img.shields.io/pypi/pyversions/django-saml2-auth.svg :target: https://pypi.python.org/pypi/django-saml2-auth @@ -21,6 +21,13 @@ Any SAML2 based SSO(Single-Sign-On) with dynamic metadata configuration was supp +Dependencies +============ + +This plugin compatiable with Django 1.6/1.7/1.8/1.9, Python module `pysaml2` required. + + + Install ======= diff --git a/setup.py b/setup.py index c303cd5..7f31051 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ setup( name='django_saml2_auth', - version='1.0.2b1', + version='1.0.2', description='Django SAML2 Authentication Made Easy, integrate with SAML2 SSO such as Okta easily', long_description=long_description,