summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLegrandin <helderijs@gmail.com>2016-02-21 10:19:28 +0100
committerLegrandin <helderijs@gmail.com>2016-02-21 10:19:28 +0100
commit57f233eba1b502e065b26da5abd0c63ef60eb12c (patch)
tree1c7159dc0fdf0cbdedd4f7155dd543e0c6f3c2a7 /setup.py
parent24f141c99fad620ae8f576d317e550d453a63d47 (diff)
downloadpysaml2-57f233eba1b502e065b26da5abd0c63ef60eb12c.tar.gz
Use package 'Cryptodome' instead of 'Crypto'
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index f907e82e..5497b8f1 100755
--- a/setup.py
+++ b/setup.py
@@ -13,7 +13,7 @@ install_requires = [
'paste',
'zope.interface',
'repoze.who',
- 'pycryptodome', # 'Crypto'
+ 'pycryptodomex',
'pytz',
'pyOpenSSL',
'python-dateutil',