You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,10 @@ Installation
66
66
### Dependences ###
67
67
68
68
* 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
73
73
74
74
Review the setup.py file to know the version of the library that python-saml is using
75
75
@@ -973,4 +973,4 @@ Once the SP is configured, the metadata of the SP is published at the /metadata
973
973
974
974
####How it works####
975
975
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