mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
[minor] update install requirements
This commit is contained in:
@@ -28,7 +28,9 @@ requirements = [
|
|||||||
"six",
|
"six",
|
||||||
"slugify",
|
"slugify",
|
||||||
"termcolor",
|
"termcolor",
|
||||||
"werkzeug"
|
"werkzeug",
|
||||||
|
"semantic_version",
|
||||||
|
"gitpython==0.3.2.RC1"
|
||||||
]
|
]
|
||||||
|
|
||||||
def install(install_path):
|
def install(install_path):
|
||||||
|
|||||||
Reference in New Issue
Block a user