Skip to content

Commit cad1f81

Browse files
fix again
1 parent 1558852 commit cad1f81

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ main = [
1111
"beautifulsoup4>=4.12",
1212
"django>=5.1",
1313
"emoji>=2.14",
14+
"gitpython>=3.1.44",
1415
"matplotlib>=3.10",
1516
"mplcyberpunk>=0.7",
1617
"parsedatetime>=2.6",
@@ -31,9 +32,6 @@ type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautif
3132
name = "TeX-Bot-Py-V2"
3233
requires-python = ">=3.12,<3.13" # TODO: Allow Python 3.13 once py-cord makes a new release with support for it
3334
version = "0.1.0"
34-
dependencies = [
35-
"gitpython>=3.1.44",
36-
]
3735

3836

3937
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)