Skip to content

Commit ab38f02

Browse files
committed
Specificied implisit dependencies
1 parent 249f436 commit ab38f02

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ packages = [
3333
]
3434

3535
[tool.poetry.dependencies]
36-
python = "^3.6"
36+
python = ">=3.6,<=3.12"
3737

3838
[tool.poetry.dev-dependencies]
39-
pandocfilters = "^1.5.0"
39+
pandocfilters = "^1.5"
40+
setuptools = "58"
41+
42+
[tool.poetry.group.dev.dependencies]
43+
pandocfilters = "^1.5"
44+
setuptools = "58"
4045

4146
[build-system]
4247
requires = ["poetry-core>=1.0.0"]

0 commit comments

Comments
 (0)