From 449d8852ee7ea955591c6e5dc8935c8d14bf89fe Mon Sep 17 00:00:00 2001 From: Jev Bjorsell Date: Sun, 17 Nov 2013 16:25:41 -0800 Subject: [PATCH] Added the cssmin python module to requirements, and sorted the list of requirements alphabetically for easier reading. --- install_erpnext.py | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/install_erpnext.py b/install_erpnext.py index b19fc5aac65..184b7d078c9 100644 --- a/install_erpnext.py +++ b/install_erpnext.py @@ -10,19 +10,20 @@ is_redhat = is_debian = None root_password = None requirements = [ - "MySQL-python", - "pytz==2013b", - "python-dateutil", - "jinja2", - "markdown2", - "termcolor", - "python-memcached", - "requests", - "chardet", - "dropbox", - "Werkzeug", - "google-api-python-client ", - "pygeoip" + "chardet", + "cssmin", + "dropbox", + "google-api-python-client ", + "jinja2", + "markdown2", + "MySQL-python", + "pygeoip", + "python-dateutil", + "python-memcached", + "pytz==2013b", + "requests", + "termcolor", + "Werkzeug" ] def install(install_path):