diff --git a/config.json b/config.json index 17b01edb25..05918ef7eb 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,7 @@ { "app_name": "ERPNext", + "app_version": "3.0.0", + "requires_framework_version": "==3.0.0", "base_template": "app/portal/templates/base.html", "modules": { "Selling": { @@ -73,4 +75,4 @@ "icon": "icon-file-alt" } } -} \ No newline at end of file +} diff --git a/install_erpnext.py b/install_erpnext.py index fe17e2f574..c95a03d3e5 100644 --- a/install_erpnext.py +++ b/install_erpnext.py @@ -28,7 +28,9 @@ requirements = [ "six", "slugify", "termcolor", - "werkzeug" + "werkzeug", + "semantic_version", + "gitpython==0.3.2.RC1" ] def install(install_path):