Skip to content

Commit

Permalink
Add missing package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Feb 29, 2024
1 parent 3d3ad72 commit 1a3edae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/data/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ include_package_data = True
install_requires =
galaxy-files
galaxy-objectstore
galaxy-tool-util
galaxy-util[template]
alembic
alembic-utils
Expand Down
2 changes: 2 additions & 0 deletions packages/tool_util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ install_requires =
galaxy-util>=22.1
conda-package-streaming
lxml!=4.2.2
numpy
MarkupSafe
packaging
pillow
pydantic>=2,!=2.6.0,!=2.6.1
PyYAML
requests
Expand Down

0 comments on commit 1a3edae

Please sign in to comment.