alabaster needed for building the documentation.

This commit is contained in:
Roland Hedberg 2014-04-24 08:53:58 +02:00
parent e299a24985
commit 43e14bf211
2 changed files with 1 additions and 3 deletions

View File

@ -12,8 +12,6 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys
import os
import alabaster
# If extensions (or modules to document with autodoc) are in another directory,

View File

@ -34,7 +34,7 @@ setup(
"License :: OSI Approved :: Apache Software License",
"Topic :: Software Development :: Libraries :: Python Modules"],
install_requires = ['requests', "pycrypto", "cherrypy", "mako",
"pyjwkest", "beaker"],
"pyjwkest", "beaker", "alabaster"],
zip_safe=False,
)