Skip to content

Commit 3677db5

Browse files
committed
feat: support uv and poetry
1 parent ff2c9f9 commit 3677db5

File tree

3 files changed

+826
-2
lines changed

3 files changed

+826
-2
lines changed

poetry.lock

Lines changed: 1 addition & 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
@@ -19,7 +19,7 @@ classifiers = [
1919
"Programming Language :: Python :: Implementation :: PyPy",
2020
]
2121
dependencies = [
22-
"coverage[toml] (>=5.0,<8.0,!=6.0.*,!=6.1,!=6.1.1)",
22+
"coverage[toml] (>=5.0,<8.0,!=6.0b1,!=6.0,!=6.0.1,!=6.0.2,!=6.1,!=6.1.1)",
2323
"requests (>=1.0.0,<3.0.0)",
2424
"typer (>=0.12.0,<1.0.0)"
2525
]

0 commit comments

Comments
 (0)