add testing to fastapi

This commit is contained in:
Thomas Peetz
2025-04-17 02:21:14 +02:00
parent 4a61d6a727
commit a6eeea6c1f
11 changed files with 156 additions and 14 deletions
+2 -1
View File
@@ -7,4 +7,5 @@ beautifulsoup4
sqlmodel
requests
fastapi[standard]
httpx==0.24.1
pytest==7.4.0