Skip to content

Commit 1558852

Browse files
Add gitpython as it should be
1 parent e96662d commit 1558852

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,19 @@ main = [
2121
"validators>=0.34",
2222
]
2323
pre-commit = ["pre-commit>=4.0"]
24-
test = ["gitpython>=3.1.44", "pytest-cov>=6.1.1", "pytest>=8.3"]
24+
test = [
25+
"pytest-cov>=6.1.1",
26+
"pytest>=8.3",
27+
]
2528
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12"]
2629

2730
[project] # TODO: Remove [project] table once https://github.com/astral-sh/uv/issues/8582 is completed
2831
name = "TeX-Bot-Py-V2"
2932
requires-python = ">=3.12,<3.13" # TODO: Allow Python 3.13 once py-cord makes a new release with support for it
3033
version = "0.1.0"
34+
dependencies = [
35+
"gitpython>=3.1.44",
36+
]
3137

3238

3339
[tool.pytest.ini_options]

uv.lock

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

0 commit comments

Comments
 (0)