Added the cssmin python module to requirements, and sorted the list of requirements alphabetically for easier reading.
diff --git a/install_erpnext.py b/install_erpnext.py
index b19fc5a..184b7d0 100644
--- a/install_erpnext.py
+++ b/install_erpnext.py
@@ -10,19 +10,20 @@
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):