use pysha3 1.0.0

This commit is contained in:
Scott Sadler 2017-01-05 10:19:20 +01:00
parent eeef08a43a
commit 6d3fa10e20
1 changed files with 1 additions and 1 deletions

View File

@ -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',