commit
acc86a8413
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -28,7 +28,9 @@ requirements = [
|
||||
"six",
|
||||
"slugify",
|
||||
"termcolor",
|
||||
"werkzeug"
|
||||
"werkzeug",
|
||||
"semantic_version",
|
||||
"gitpython==0.3.2.RC1"
|
||||
]
|
||||
|
||||
def install(install_path):
|
||||
|
Loading…
x
Reference in New Issue
Block a user