Skip to content

Commit

Permalink
fixup! shopfloor_gs1: pin biip==2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sebalix committed Aug 8, 2023
1 parent faad1f1 commit 7b5a0a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion shopfloor_gs1/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
"maintainers": ["simahawk", "sebalix"],
"license": "AGPL-3",
"depends": ["shopfloor"],
"external_dependencies": {"python": ["biip==2.3.0"]},
"external_dependencies": {
"python": [
# >= 2.3.0 required to use 'GS1Message.parse_hri' method
# and next version 3.0.0 has been refactored bringing
# incompatibility issues (to check later).
"biip==2.3.0"
]
},
"data": [],
}

0 comments on commit 7b5a0a3

Please sign in to comment.