Skip to content

Commit 9c4e4d8

Browse files
committed
Update requirements and pyproject.toml
1 parent 6b9db86 commit 9c4e4d8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ dev = [
5151
"scikit-learn==1.5.0",
5252
"uvicorn[standard]==0.30.1",
5353
"scikit-build-core",
54+
"pytest==8.3.5",
55+
"pytest-mock==3.14.0",
5456
]
5557

5658

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ wxPython==4.2.2
2525
pyacvd==0.2.11
2626
optitrack ; python_version == "3.8" and sys_platform == "windows"
2727
pyclaron ; python_version == "3.8" and sys_platform == "windows"
28+
29+
# Unit tests
30+
pytest==8.3.5
31+
pytest-mock==3.14.0

0 commit comments

Comments
 (0)