This commit is contained in:
team3
2026-07-23 16:07:36 +02:00
commit cb68cd671b
88 changed files with 10029 additions and 0 deletions

12
backend/requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
fastapi>=0.115
uvicorn[standard]>=0.30
httpx>=0.27
pyyaml>=6.0
trafilatura>=2.1
ftfy>=6.3
ddgs>=9.14
fuzzysearch>=0.8
rapidfuzz>=3.9
PyStemmer>=2.2
pytest>=8.0
pytest-asyncio>=0.24