Skip to content

Commit 72df76b

Browse files
committed
Update README.md
1 parent 39c56d9 commit 72df76b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ Installation
6666
### Dependences ###
6767

6868
* python 2.7
69-
* M2Crypto A Python crypto and SSL toolkit (depends on swig)
70-
* dm.xmlsec.binding Cython/lxml based binding for the XML security library (depends on python-dev libxml2-dev libxmlsec1-dev)
71-
* isodate An ISO 8601 date/time/duration parser and formater
72-
* defusedxml XML bomb protection for Python stdlib modules
69+
* [M2Crypto](https://pypi.python.org/pypi/M2Crypto) A Python crypto and SSL toolkit (depends on openssl, swig)
70+
* [dm.xmlsec.binding](https://pypi.python.org/pypi/dm.xmlsec.binding) Cython/lxml based binding for the XML security library (depends on python-dev libxml2-dev libxmlsec1-dev)
71+
* [isodate](https://pypi.python.org/pypi/isodate) An ISO 8601 date/time/duration parser and formater
72+
* [defusedxml](https://pypi.python.org/pypi/defusedxml) XML bomb protection for Python stdlib modules
7373

7474
Review the setup.py file to know the version of the library that python-saml is using
7575

@@ -973,4 +973,4 @@ Once the SP is configured, the metadata of the SP is published at the /metadata
973973

974974
####How it works####
975975

976-
This demo works very similar to the flask-demo (We did it intentionally).
976+
This demo works very similar to the flask-demo (We did it intentionally).

0 commit comments

Comments
 (0)