Skip to content

Commit 0e08def

Browse files
Martin MahnerMartin Mahner
authored andcommitted
Loosen dependency restrictions
1 parent 3273e28 commit 0e08def

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ classifiers = [
3434
]
3535
requires-python = ">=3.11"
3636
dependencies = [
37-
"jinja2>=3.1.6",
38-
"markdown>=3.10",
39-
"mdx-truly-sane-lists>=1.3",
40-
"pymdown-extensions>=10.0",
41-
"typer>=0.20.0",
37+
"jinja2",
38+
"markdown",
39+
"mdx-truly-sane-lists",
40+
"pymdown-extensions",
41+
"typer",
4242
]
4343

4444
[project.urls]

uv.lock

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

0 commit comments

Comments
 (0)