summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Hobbs <jason.hobbs@calxeda.com>2012-11-30 13:47:50 -0600
committerJason Hobbs <jason.hobbs@calxeda.com>2012-11-30 13:47:50 -0600
commit16d6e215658380205b3189ed6f5556ebb0ccaf15 (patch)
treee5e7238e8d18fe9936487f2a747a924f751228ff
parent27c136d2e7ba65fd5abe502db8803049fb472a2c (diff)
downloadcxmanage-16d6e215658380205b3189ed6f5556ebb0ccaf15.tar.gz
setup.py: add sphinx and cloud_sptheme as deps
-rw-r--r--setup.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 341c159..7fef068 100644
--- a/setup.py
+++ b/setup.py
@@ -40,7 +40,13 @@ setup(
description='Calxeda Management Utility',
# NOTE: As of right now, the pyipmi version requirement needs to be updated
# at the top of scripts/cxmanage as well.
- install_requires=['tftpy', 'pyipmi>=0.5.2', 'argparse'],
+ install_requires=[
+ 'tftpy',
+ 'pyipmi>=0.5.2',
+ 'argparse',
+ 'sphinx',
+ 'cloud_sptheme'
+ ],
classifiers=[
'License :: OSI Approved :: BSD License',
'Programming Language :: Python :: 2.7']