Moved development requirements to a different file
We don't need nose, mock and sphinx + dependencies on pure runtime installations
This commit is contained in:
parent
af9a6a8a6e
commit
ef1f96f382
2 changed files with 6 additions and 7 deletions
4
requirements-dev.txt
Normal file
4
requirements-dev.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
mock>=1.0.1
|
||||
nose>=1.3.0
|
||||
sphinxcontrib-httpdomain
|
||||
sphinx_rtd_theme
|
||||
|
|
@ -5,12 +5,7 @@ sockjs-tornado>=1.0.0
|
|||
PyYAML==3.10
|
||||
Flask-Login==0.2.2
|
||||
Flask-Principal==0.3.5
|
||||
pyserial>=2.6
|
||||
netaddr>=0.7.10
|
||||
mock>=1.0.1
|
||||
nose>=1.3.0
|
||||
pyserial
|
||||
netaddr
|
||||
watchdog
|
||||
sarge
|
||||
|
||||
sphinxcontrib-httpdomain
|
||||
sphinx_rtd_theme
|
||||
|
|
|
|||
Loading…
Reference in a new issue