Skip to content

Commit 7e48416

Browse files
Add explicit dependency on packaging library. Fixes #99 (#100)
1 parent d061cca commit 7e48416

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

poetry.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ include = [
1919
python = "^3.6.2"
2020
pydantic = "^1.7.4,!=1.8,!=1.8.1"
2121
structlog = ">= 20.1.0, < 22.0.0"
22+
packaging = "^21.3"
2223
colorama = {version = "^0.4.3", optional = true}
2324
# For Pydantic
2425
dataclasses = {version = "^0.7", python = "~3.6"}

0 commit comments

Comments
 (0)