Skip to content

Commit

Permalink
Add module dependency for the common contract module
Browse files Browse the repository at this point in the history
Signed-off-by: Mic Bowman <mic.bowman@intel.com>
  • Loading branch information
cmickeyb committed Nov 8, 2024
1 parent 5914347 commit cbb0557
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions digital-asset-contract/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
'pdo-client>=' + pdo_client_version,
'pdo-common-library>=' + pdo_client_version,
'pdo-sservice>=' + pdo_client_version,
'pdo-contracts>=' + pdo_contracts_version,
'pdo-exchange>=' + pdo_contracts_version,
],
entry_points = {
Expand Down
1 change: 1 addition & 0 deletions exchange-contract/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
'pdo-client>=' + pdo_client_version,
'pdo-common-library>=' + pdo_client_version,
'pdo-sservice>=' + pdo_client_version,
'pdo-contracts>=' + pdo_contracts_version,
],
entry_points = {
'console_scripts' : [
Expand Down
1 change: 1 addition & 0 deletions inference-contract/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
'pdo-client>=' + pdo_client_version,
'pdo-common-library>=' + pdo_client_version,
'pdo-sservice>=' + pdo_client_version,
'pdo-contracts>=' + pdo_contracts_version,
'pdo-exchange>=' + pdo_contracts_version,
],
entry_points = {
Expand Down

0 comments on commit cbb0557

Please sign in to comment.