Correct Rethinkdb buggy version on setup.py

This commit is contained in:
Lorenzo 2016-02-15 11:59:32 +01:00
parent cc550fb92f
commit 4307388eef

View File

@ -44,7 +44,7 @@ setup(
],
},
install_requires=[
'rethinkdb==2.2.0.post1',
'rethinkdb==2.2.0-1',
'pysha3==0.3',
'pytz==2015.7',
'cryptography==1.2.1',