commit | 374461bbd1ae59318a2b9fb42ea69054efd192c4 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Nov 28 16:57:33 2013 +0530 |
committer | Pratik Vyas <m@pd.io> | Thu Nov 28 16:57:33 2013 +0530 |
tree | 045af39318833dfff347a995c2f020e87aed51cf | |
parent | 96a67ad4546427fac4ca4348e62a9205405ce837 [diff] |
[minor] update install requirements
diff --git a/install_erpnext.py b/install_erpnext.py index fe17e2f..c95a03d 100644 --- a/install_erpnext.py +++ b/install_erpnext.py
@@ -28,7 +28,9 @@ "six", "slugify", "termcolor", - "werkzeug" + "werkzeug", + "semantic_version", + "gitpython==0.3.2.RC1" ] def install(install_path):