Skip to content

Commit

Permalink
Specificied implisit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaTegner committed Nov 11, 2023
1 parent 249f436 commit ab38f02
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 10 deletions.
32 changes: 24 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,15 @@ packages = [
]

[tool.poetry.dependencies]
python = "^3.6"
python = ">=3.6,<=3.12"

[tool.poetry.dev-dependencies]
pandocfilters = "^1.5.0"
pandocfilters = "^1.5"
setuptools = "58"

[tool.poetry.group.dev.dependencies]
pandocfilters = "^1.5"
setuptools = "58"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit ab38f02

Please sign in to comment.