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 26, 2024
1 parent 894ee62 commit b028589
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
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 b028589

Please sign in to comment.