Skip to content

Commit 6b69717

Browse files
committed
Migrate to pyproject.toml
1 parent 53bd8d6 commit 6b69717

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +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" }
5556

5657
[tool.poetry.group.dev.dependencies]
5758
coverage = "^7"
@@ -62,5 +63,12 @@ flake8-pyproject = { version = "^1.2.3", python = ">=3.8.1" }
6263
max-line-length = 120
6364
exclude = [
6465
".git",
65-
".tox", "dist", "doc", "*egg", "build", ".venv", ".github", "__pycache__",
66+
".tox",
67+
"dist",
68+
"doc",
69+
"*egg",
70+
"build",
71+
".venv",
72+
".github",
73+
"__pycache__",
6674
]

0 commit comments

Comments
 (0)