Add dependency to requests in setup.

This commit is contained in:
Mikaël Ates 2016-01-22 17:30:02 +01:00
parent 8a302b1ce6
commit 7e4d6dbeb7
1 changed files with 1 additions and 0 deletions

View File

@ -141,6 +141,7 @@ setup(name='biomon',
'matplotlib=1.4.3',
'whisper=0.9.13',
'simplejson=3.8.0',
'requests=2.9.1',
],
cmdclass={
'build': build,