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

Fix requirement name

This commit is contained in:
vrde 2016-07-25 18:51:00 +02:00
parent 715763757c
commit 35bde364b8
No known key found for this signature in database
GPG Key ID: 6581C7C39B3D397D

View File

@ -104,7 +104,7 @@ setup(
'flask==0.10.1',
'requests==2.9',
'gunicorn~=19.0',
'pipes~=0.1.0',
'multipipes~=0.1.0',
],
setup_requires=['pytest-runner'],
tests_require=tests_require,