Skip to content

Commit

Permalink
[FIX] queue_job: remove requests from Python dependencies
Browse files Browse the repository at this point in the history
Such dependency is already included in Odoo requirements using a pinned
version. Adding here could cause to upgrade the library to an
incompatible version.
  • Loading branch information
luisg123v committed Apr 20, 2023
1 parent 61f0e5c commit fdf4b1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion queue_job/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"license": "LGPL-3",
"category": "Generic Modules",
"depends": ["mail", "base_sparse_field"],
"external_dependencies": {"python": ["requests"]},
"data": [
"security/security.xml",
"security/ir.model.access.csv",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# generated from manifests external_dependencies
requests

0 comments on commit fdf4b1c

Please sign in to comment.