From 5cd0a6213f7434bbca95801135e2d558427a3957 Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Fri, 31 Aug 2018 12:42:06 +0200 Subject: [PATCH] update cc to ~=0.7.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e47b55a8..071ddd45 100644 --- a/setup.py +++ b/setup.py @@ -79,7 +79,7 @@ install_requires = [ # TODO Consider not installing the db drivers, or putting them in extras. 'pymongo~=3.6', 'pysha3~=1.0.2', - 'cryptoconditions~=0.7.1', + 'cryptoconditions~=0.7.2', 'python-rapidjson~=0.6.0', 'logstats~=0.2.1', 'flask>=0.10.1',