Skip to content

Commit

Permalink
Merge pull request #16322 from nsoranzo/release_23.1_remove_packaging…
Browse files Browse the repository at this point in the history
…_pin_in_packages

[23.1] Remove pin on ``packaging`` in packages
  • Loading branch information
nsoranzo committed Jun 27, 2023
2 parents 57c8c38 + 4c0e27c commit 197b954
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/app/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install_requires =
Mako
Markdown
MarkupSafe
packaging<22
packaging
paramiko!=2.9.0,!=2.9.1
pebble
pulsar-galaxy-lib>=0.15.0.dev0
Expand All @@ -84,4 +84,4 @@ console_scripts =
[options.packages.find]
exclude =
galaxy.tools.bundled*
tests*
tests*
4 changes: 2 additions & 2 deletions packages/tool_util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
conda-package-streaming
lxml
MarkupSafe
packaging<22
packaging
pydantic
PyYAML
requests
Expand Down Expand Up @@ -68,4 +68,4 @@ edam =

[options.packages.find]
exclude =
tests*
tests*
4 changes: 2 additions & 2 deletions packages/util/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ install_requires =
boltons
docutils
importlib_resources
packaging<22 # packaging 22.0 dropped LegacyVersion
packaging
pyparsing
PyYAML
requests
Expand All @@ -55,4 +55,4 @@ template =

[options.packages.find]
exclude =
tests*
tests*

0 comments on commit 197b954

Please sign in to comment.