Add simplejson dependency and freeze dependencies versions.

This commit is contained in:
Mikaël Ates 2015-09-10 18:09:15 +02:00
parent 2236d7b5c9
commit 7fa41ae3ba
1 changed files with 4 additions and 3 deletions

View File

@ -120,9 +120,10 @@ setup(name='biomon',
],
},
install_requires=[
'django >= 1.8.2',
'matplotlib>=1.4.3',
'whisper>=0.9.13',
'django=1.8.2',
'matplotlib=1.4.3',
'whisper=0.9.13',
'simplejson=3.8.0',
],
cmdclass={
'build': build,