add test deps

This commit is contained in:
Thephaseless 2024-09-13 18:04:13 +00:00
parent 144ef15c27
commit b8f77474e7

View File

@ -12,6 +12,8 @@ pytest = "^8.3.1"
fastapi = "^0.111.1"
nodriver = "^0.34"
requests = "^2.32.3"
httpx = "^0.27.2"
pytest-asyncio = "^0.24.0"
[build-system]