Skip to content

Commit

Permalink
Does this fix that?
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Apr 27, 2024
1 parent 894ee62 commit 2d1244e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/files/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ version = 23.2.dev0
[options]
include_package_data = True
install_requires =
galaxy-util
galaxy-util[config_template]
fs
isal
typing-extensions
Expand Down
3 changes: 1 addition & 2 deletions packages/objectstore/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,9 @@ version = 23.2.dev0
[options]
include_package_data = True
install_requires =
galaxy-util
galaxy-util[config_template]
pydantic>=2,!=2.6.0,!=2.6.1
PyYAML
Jinja2
packages = find:
python_requires = >=3.7

Expand Down
2 changes: 1 addition & 1 deletion packages/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ while read -r package_dir || [ -n "$package_dir" ]; do # https://stackoverflow.

# Install extras (if needed)
if [ "$package_dir" = "util" ]; then
pip install '.[template,jstree]'
pip install '.[template,jstree,config_template]'
elif [ "$package_dir" = "tool_util" ]; then
pip install '.[cwl,mulled,edam,extended-assertions]'
else
Expand Down
1 change: 1 addition & 0 deletions packages/util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ template =
future>=1.0.0
config_template =
Jinja2
pydantic

[options.packages.find]
exclude =
Expand Down

0 comments on commit 2d1244e

Please sign in to comment.