mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update setup.py and requirements
This commit is contained in:
parent
9944c5b3ff
commit
b7ad16a1de
@ -1,9 +1,6 @@
|
|||||||
rethinkdb==2.2.0.post1
|
rethinkdb==2.2.0.post1
|
||||||
pysha3==0.3
|
pysha3==0.3
|
||||||
pytz==2015.7
|
pytz==2015.7
|
||||||
repoze.lru==0.6
|
|
||||||
fake-factory==0.5.3
|
|
||||||
tornado==4.3
|
|
||||||
cryptography==1.2.1
|
cryptography==1.2.1
|
||||||
statsd==3.2.1
|
statsd==3.2.1
|
||||||
python-rapidjson==0.0.6
|
python-rapidjson==0.0.6
|
||||||
|
1
setup.py
1
setup.py
@ -37,7 +37,6 @@ setup(
|
|||||||
'rethinkdb==2.2.0.post1',
|
'rethinkdb==2.2.0.post1',
|
||||||
'pysha3==0.3',
|
'pysha3==0.3',
|
||||||
'pytz==2015.7',
|
'pytz==2015.7',
|
||||||
'tornado==4.3',
|
|
||||||
'cryptography==1.2.1',
|
'cryptography==1.2.1',
|
||||||
'statsd==3.2.1',
|
'statsd==3.2.1',
|
||||||
'python-rapidjson==0.0.6',
|
'python-rapidjson==0.0.6',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user