File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,19 +21,14 @@ main = [
2121 " validators>=0.34" ,
2222]
2323pre-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" ]
2825type-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" ]
3129name = " 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
3331version = " 0.1.0"
34- dependencies = [
35- " gitpython>=3.1.44" ,
36- ]
3732
3833
3934[tool .pytest .ini_options ]
You can’t perform that action at this time.
0 commit comments