added tests

This commit is contained in:
Jan Felix Wiebe 2025-07-09 22:18:21 +02:00
parent 4e359cf3ef
commit cbe9369712
9 changed files with 960 additions and 150 deletions

View file

@ -2,4 +2,8 @@ fastapi>=0.115.0
uvicorn[standard]>=0.32.0
pydantic>=2.10.0
python-multipart>=0.0.20
requests>=2.32.0
requests>=2.32.0
websockets>=12.0
pytest>=7.0.0
pytest-asyncio>=0.23.0
httpx>=0.25.0