Upgrade rapidjson to latest 0.0.11

This commit is contained in:
Sylvain Bellemare 2017-03-29 09:56:41 +02:00 committed by Sylvain Bellemare
parent 64441fcaba
commit c6de90fa79

View File

@ -67,7 +67,7 @@ install_requires = [
'pymongo~=3.4', 'pymongo~=3.4',
'pysha3~=1.0.2', 'pysha3~=1.0.2',
'cryptoconditions>=0.5.0', 'cryptoconditions>=0.5.0',
'python-rapidjson==0.0.8', 'python-rapidjson==0.0.11',
'logstats>=0.2.1', 'logstats>=0.2.1',
'flask>=0.10.1', 'flask>=0.10.1',
'flask-restful~=0.3.0', 'flask-restful~=0.3.0',