Add requirements for running unit tests (#3350)

* Add requirements for running unit tests

* update
This commit is contained in:
YUNSHEN XIE
2025-08-14 17:37:18 +08:00
committed by GitHub
parent 7b596d0877
commit f72db9386c
2 changed files with 11 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
respx
pytest
pytest-asyncio
pytest-tornasync
pytest-trio
pytest-twisted
anyio
coverage
diff-cover