From ef30025b638e4957066b614c9c68ededb841dd42 Mon Sep 17 00:00:00 2001 From: Benjamin Fernandes Date: Wed, 22 Apr 2015 10:36:32 -0400 Subject: [PATCH] Require pycrypto 2.5+ It is required to use PKCS#1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 616779e..d4cc7ea 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ install_requires = [ 'paste', 'zope.interface', 'repoze.who', - 'pycrypto >= 2.2', # 'Crypto' + 'pycrypto >= 2.5', # 'Crypto' 'pytz', 'pyOpenSSL', 'python-dateutil',