chore: separate Python dependencies for development (#3198)

This commit is contained in:
Bowen Liang
2024-04-15 11:03:10 +08:00
committed by GitHub
parent 8811677154
commit 168bf61b23
3 changed files with 8 additions and 6 deletions

4
api/requirements-dev.txt Normal file
View File

@@ -0,0 +1,4 @@
coverage~=7.2.4
pytest~=7.3.1
pytest-mock~=3.11.1
pytest-benchmark~=4.0.0