commit | da08124df2d7cc1ba7ce47ede4b8b988ce3b7f77 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Fri Jan 17 15:27:19 2014 +0530 |
committer | Pratik Vyas <m@pd.io> | Fri Jan 17 15:27:19 2014 +0530 |
tree | 6efb4f18dd953f6b6c65dade6dc5c835bc33c69e | |
parent | 2aecc5a717880d90f9330f94eaf731c5664db804 [diff] |
remove mysql-python pinning to 1.2.4
diff --git a/install_erpnext.py b/install_erpnext.py index e285d4b..8e14483 100644 --- a/install_erpnext.py +++ b/install_erpnext.py
@@ -20,7 +20,7 @@ "jinja2", "markdown2", "markupsafe", - "mysql-python==1.2.4", + "mysql-python", "pygeoip", "python-dateutil", "python-memcached",