Remove pin on `packaging` in packages

Follow-up on https://github.com/galaxyproject/galaxy/pull/16058
where the pin was removed from ``pyproject.toml`` .
This commit is contained in:
Nicola Soranzo
2023-06-27 12:55:24 +01:00
parent 0b1a41bd86
commit 4c0e27c9ab
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
@@ -84,4 +84,4 @@ console_scripts =
[options.packages.find]
exclude =
galaxy.tools.bundled*
tests*
tests*
+2 -2
View File
@@ -36,7 +36,7 @@ install_requires =
conda-package-streaming
lxml
MarkupSafe
packaging<22
packaging
pydantic
PyYAML
requests
@@ -68,4 +68,4 @@ edam =
[options.packages.find]
exclude =
tests*
tests*
+2 -2
View File
@@ -36,7 +36,7 @@ install_requires =
boltons
docutils
importlib_resources
packaging<22 # packaging 22.0 dropped LegacyVersion
packaging
pyparsing
PyYAML
requests
@@ -55,4 +55,4 @@ template =
[options.packages.find]
exclude =
tests*
tests*