From 6d3fa10e20eac74241baaeea7144d11bc10730ad Mon Sep 17 00:00:00 2001 From: Scott Sadler Date: Thu, 5 Jan 2017 10:19:20 +0100 Subject: [PATCH] use pysha3 1.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 84fb3ff3..d2f9365e 100644 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ install_requires = [ # TODO Consider not installing the db drivers, or putting them in extras. 'rethinkdb~=2.3', # i.e. a version between 2.3 and 3.0 'pymongo~=3.4', - 'pysha3==1.0b1', + 'pysha3==1.0.0', 'cryptoconditions>=0.5.0', 'statsd>=3.2.1', 'python-rapidjson>=0.0.8',