Skip to content

Commit 4b3fe26

Browse files
committed
Migrate to pyproject.toml
1 parent 6b69717 commit 4b3fe26

File tree

2 files changed

+48
-2
lines changed

2 files changed

+48
-2
lines changed

poetry.lock

Lines changed: 47 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ repository = "https://github.com/stefankoegl/python-json-pointer"
5252

5353
[tool.poetry.dependencies]
5454
python = "^3.7"
55-
importlib-metadata = { version = "^4.8.1", markers = "python_version<3.8" }
55+
importlib-metadata = { version = "^4.8.1", python = "<3.8" }
5656

5757
[tool.poetry.group.dev.dependencies]
5858
coverage = "^7"

0 commit comments

Comments
 (0)