1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-26 03:06:43 +02:00

Upgrade pysha3 to 1.0.2 to fix usage on Python 3.6 on macOS

This commit is contained in:
Brett Sun 2017-02-06 12:08:48 +01:00
parent 4463c10b3a
commit 758b65ba0a

View File

@ -63,7 +63,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.0.0',
'pysha3~=1.0.2',
'cryptoconditions>=0.5.0',
'python-rapidjson>=0.0.8',
'logstats>=0.2.1',