Skip to content

Commit 7c087f4

Browse files
authored
(v2) Add missing dependency packaging at min version 25 (#2086)
The recent switch from setup.py to pyproject.toml omitted dependency `packaging` Fixes #2085 Changes proposed in this pull request: - Restore package `packaging` to main project dependencies
1 parent 19b72ba commit 7c087f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ inflection = ">= 0.3.1"
5454
Jinja2 = ">= 3.1.2"
5555
jsonschema = ">= 4.17.3"
5656
MarkupSafe = ">= 3.0.2"
57+
packaging = ">= 25"
5758
python-multipart = ">= 0.0.15"
5859
PyYAML = ">= 5.1"
5960
requests = ">= 2.27"

0 commit comments

Comments
 (0)