From 5807e83f7ba926afb22e492d35ccde796edab65c Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Fri, 9 Nov 2007 18:15:00 -0700 Subject: [PATCH] setup: require pycryptopp >= 0.2.6 --- calcdeps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calcdeps.py b/calcdeps.py index b5642685..d5adc975 100644 --- a/calcdeps.py +++ b/calcdeps.py @@ -24,7 +24,7 @@ except ImportError: install_requires=["zfec >= 1.0.3", "foolscap >= 0.1.6", "simplejson >= 1.4", - "pycryptopp >= 0.2.5", + "pycryptopp >= 0.2.6", ] -- 2.45.2