Merge pull request #15 from bigchaindb/update-setup-and-requirements

Update setup.py and requirements
This commit is contained in:
Alberto Granzotto 2016-02-11 15:23:43 +01:00
commit fd2a6fc5a8
2 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,6 @@
rethinkdb==2.2.0.post1
pysha3==0.3
pytz==2015.7
repoze.lru==0.6
fake-factory==0.5.3
tornado==4.3
cryptography==1.2.1
statsd==3.2.1
python-rapidjson==0.0.6

View File

@ -37,7 +37,6 @@ setup(
'rethinkdb==2.2.0.post1',
'pysha3==0.3',
'pytz==2015.7',
'tornado==4.3',
'cryptography==1.2.1',
'statsd==3.2.1',
'python-rapidjson==0.0.6',