Skip to content

Commit

Permalink
make pint an extra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
getzze committed Oct 18, 2024
1 parent e9f06b8 commit 9b57a93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ knowit = "knowit.__main__:main"
python = "^3.9.0"
babelfish = "^0.6.1"
enzyme = "^0.5.2"
pint = ">=0.20.1,<0.25.0"
pint = { version = ">=0.20.1,<0.25.0", optional = true }
pymediainfo = "^6.0.1"
pyyaml = "^6.0"
trakit = "^0.2.2"
Expand All @@ -62,6 +62,9 @@ types-requests = "^2.28.11.8"
types-mock = "^5.0.0.2"
typing-extensions = "^4.12.2"

[tool.poetry.extras]
pint = ["pint"]

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 9b57a93

Please sign in to comment.