Skip to content

Commit 4f2b378

Browse files
move gitpython
1 parent bc42d98 commit 4f2b378

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ main = [
1111
"beautifulsoup4>=4.12",
1212
"django>=5.1",
1313
"emoji>=2.14",
14-
"gitpython>=3.1.44",
1514
"matplotlib>=3.10",
1615
"mplcyberpunk>=0.7",
1716
"parsedatetime>=2.6",
@@ -22,7 +21,7 @@ main = [
2221
"validators>=0.34",
2322
]
2423
pre-commit = ["pre-commit>=4.0"]
25-
test-core = ["pytest>=8.3"]
24+
test-core = ["pytest>=8.3", "gitpython>=3.1.44"]
2625
test = ["pytest-cov>=6.1.1", { include-group = "test-core" }]
2726
type-check = ["django-stubs[compatible-mypy]>=5.1", "mypy>=1.13", "types-beautifulsoup4>=4.12", { include-group = "test-core" }]
2827

0 commit comments

Comments
 (0)