Implement responsive dashboard with real-time crawler backend

This commit is contained in:
2026-02-24 18:02:31 +09:00
parent 8716dab7f9
commit 0cead18c80
6 changed files with 977 additions and 0 deletions

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
fastapi==0.110.0
uvicorn==0.29.0
playwright==1.42.0
python-dotenv==1.0.1