Added the cssmin python module to requirements, and sorted the list of requirements alphabetically for easier reading.
This commit is contained in:
parent
2b71380f1f
commit
449d8852ee
@ -10,19 +10,20 @@ is_redhat = is_debian = None
|
|||||||
root_password = None
|
root_password = None
|
||||||
|
|
||||||
requirements = [
|
requirements = [
|
||||||
"MySQL-python",
|
"chardet",
|
||||||
"pytz==2013b",
|
"cssmin",
|
||||||
"python-dateutil",
|
"dropbox",
|
||||||
"jinja2",
|
"google-api-python-client ",
|
||||||
"markdown2",
|
"jinja2",
|
||||||
"termcolor",
|
"markdown2",
|
||||||
"python-memcached",
|
"MySQL-python",
|
||||||
"requests",
|
"pygeoip",
|
||||||
"chardet",
|
"python-dateutil",
|
||||||
"dropbox",
|
"python-memcached",
|
||||||
"Werkzeug",
|
"pytz==2013b",
|
||||||
"google-api-python-client ",
|
"requests",
|
||||||
"pygeoip"
|
"termcolor",
|
||||||
|
"Werkzeug"
|
||||||
]
|
]
|
||||||
|
|
||||||
def install(install_path):
|
def install(install_path):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user