Skip to content

Commit 2622e0e

Browse files
committed
Update requirements
1 parent 7cab4be commit 2622e0e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@ docs = [
3939
'sphinx-book-theme',
4040
]
4141
test = [
42+
'gitpython',
4243
'packaging',
4344
'pytest',
4445
'pytest-cov',
4546
'pytest-xdist',
4647
'ruff>=0.9',
48+
'setuptools',
4749
]
4850

4951
[project.urls]

requirements/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ packaging==24.2
33
pytest==8.3.4
44
pytest-xdist==3.6.1
55
pytest-cov==6.0.0
6-
ruff==0.9.1
6+
ruff==0.9.1
7+
setuptools==75.8.0

0 commit comments

Comments
 (0)