Skip to content

Commit

Permalink
add dependencies in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fang.li committed Apr 12, 2016
1 parent 2539190 commit c2572a6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.rst
Expand Up @@ -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
Expand All @@ -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
=======

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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,
Expand Down

0 comments on commit c2572a6

Please sign in to comment.