Skip to content

Commit

Permalink
Small fixes for exchange MANIFEST and setup
Browse files Browse the repository at this point in the history
Include the new modules in the exchange manifest
Include ipywidgets in the package dependencies

Signed-off-by: Mic Bowman <cmickeyb@gmail.com>
  • Loading branch information
cmickeyb committed Apr 22, 2024
1 parent f6e2604 commit 0c3d620
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exchange-contract/MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ etc/exchange.toml
pdo/__init__.py
pdo/contracts/__init__.py
pdo/contracts/common.py
pdo/contracts/groups.py
pdo/contracts/jupyter.py
pdo/contracts/keys.py
pdo/contracts/services.py
pdo/exchange/__init__.py
pdo/exchange/jupyter.py
pdo/exchange/plugins/__init__.py
Expand Down
1 change: 1 addition & 0 deletions exchange-contract/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
include_package_data=True,
install_requires = [
'colorama',
'ipywidgets',
'pdo-client>=' + pdo_client_version,
'pdo-common-library>=' + pdo_client_version,
'pdo-sservice>=' + pdo_client_version,
Expand Down

0 comments on commit 0c3d620

Please sign in to comment.