jack 8 months ago
parent
commit
5abfacfb80
1 changed files with 3 additions and 0 deletions
  1. 3 0
      __manifest__.py

+ 3 - 0
__manifest__.py

@@ -7,6 +7,9 @@
     'summary': 'Home',
     'description': """Home""",
     "depends": ["base"],
+    'external_dependencies': {
+        'python': ['httpx', 'web3', 'fake-useragent']
+    },
     "data": [
         "security/ir.model.access.csv",
         "security/security.xml",