mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
@@ -1,5 +1,7 @@
|
|||||||
{
|
{
|
||||||
"app_name": "ERPNext",
|
"app_name": "ERPNext",
|
||||||
|
"app_version": "3.0.0",
|
||||||
|
"requires_framework_version": "==3.0.0",
|
||||||
"base_template": "app/portal/templates/base.html",
|
"base_template": "app/portal/templates/base.html",
|
||||||
"modules": {
|
"modules": {
|
||||||
"Selling": {
|
"Selling": {
|
||||||
|
|||||||
@@ -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