We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81c10bf commit a76f2b1Copy full SHA for a76f2b1
openupgrade_scripts/__manifest__.py
@@ -11,6 +11,10 @@
11
"license": "AGPL-3",
12
"depends": ["base"],
13
"images": ["static/description/banner.jpg"],
14
- "external_dependencies": {"python": ["openupgradelib"]},
+ "external_dependencies": {
15
+ "python": [
16
+ "openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master"
17
+ ]
18
+ },
19
"installable": True,
20
}
requirements.txt
@@ -1,2 +1,2 @@
1
# generated from manifests external_dependencies
2
-openupgradelib
+openupgradelib @ git+https://github.com/OCA/openupgradelib.git@master
0 commit comments