diff --git a/install_erpnext.py b/install_erpnext.py index fe17e2f5745..c95a03d3e58 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):