Skip to content

Commit 360b6dc

Browse files
[pre-commit.ci lite] apply automatic fixes
1 parent 1558852 commit 360b6dc

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,14 @@ main = [
2121
"validators>=0.34",
2222
]
2323
pre-commit = ["pre-commit>=4.0"]
24-
test = [
25-
"pytest-cov>=6.1.1",
26-
"pytest>=8.3",
27-
]
24+
test = ["pytest-cov>=6.1.1", "pytest>=8.3"]
2825
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12"]
2926

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

3833

3934
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)