Fix up dependencies

This commit is contained in:
Jim Paris 2013-04-08 18:50:05 -04:00
parent 231963538e
commit d36ece3767
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,9 @@ Prerequisites:
sudo apt-get install python-cherrypy3 python-decorator python-simplejson
sudo apt-get install python-requests python-dateutil python-tz python-psutil
# Other dependencies (required by some modules)
sudo apt-get install python-numpy
# Tools for running tests
sudo apt-get install python-nose python-coverage

View File

@ -114,7 +114,6 @@ setup(name='nilmdb',
install_requires = [ 'decorator',
'cherrypy >= 3.2',
'simplejson',
'pycurl',
'python-dateutil',
'pytz',
'psutil >= 0.3.0',