network: Add python-networkmanager to setup.py and requirements.txt

This commit is contained in:
Sunil Mohan Adapa 2015-04-06 22:40:24 +05:30
parent 97b7133d60
commit cd88ca7ecc
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
cherrypy >= 3.0
coverage >= 3.7
django >= 1.7.0
python-networkmanager
pyyaml

View File

@ -115,6 +115,7 @@ setuptools.setup(
'cherrypy >= 3.0',
'django >= 1.7.0',
'django-bootstrap-form',
'python-networkmanager',
'pyyaml',
],
tests_require=['coverage >= 3.7'],