Skip to content

Commit 6ffa4e4

Browse files
committed
Remove unnecesary dependence. M2crypto is not used. #79
1 parent 9347506 commit 6ffa4e4

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ Installation
6666
### Dependences ###
6767

6868
* python 2.7
69-
* [M2Crypto](https://pypi.python.org/pypi/M2Crypto) A Python crypto and SSL toolkit (depends on openssl, swig)
7069
* [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)
7170
* [isodate](https://pypi.python.org/pypi/isodate) An ISO 8601 date/time/duration parser and formater
7271
* [defusedxml](https://pypi.python.org/pypi/defusedxml) XML bomb protection for Python stdlib modules

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
},
3333
test_suite='tests',
3434
install_requires=[
35-
'M2Crypto==0.22.3',
3635
'dm.xmlsec.binding==1.3.2',
3736
'isodate==0.5.0',
3837
'defusedxml==0.4.1',

0 commit comments

Comments
 (0)