Skip to content

Commit

Permalink
[IMP] companyweb: add test dependencies in depends
Browse files Browse the repository at this point in the history
Co-Authored-By: Xavier Bouquiaux <[email protected]>
  • Loading branch information
sbidoul and xavier-bouquiaux committed Nov 28, 2024
1 parent 8256ad7 commit a98033c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions companyweb_base/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"external_dependencies": {
"python": [
"zeep",
"freezegun",
"vcrpy-unittest",
],
},
"depends": ["contacts"],
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# generated from manifests external_dependencies
freezegun
vcrpy-unittest
zeep
2 changes: 0 additions & 2 deletions test-requirements.txt

This file was deleted.

0 comments on commit a98033c

Please sign in to comment.