Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Fix startup crash: add aiohttp to pyproject.toml and http-proxy-middleware to package.json
Browse files- backend/pyproject.toml +1 -0
- frontend/package.json +1 -0
backend/pyproject.toml
CHANGED
|
@@ -17,6 +17,7 @@ huggingface-hub = "0.29.1"
|
|
| 17 |
transformers = "4.49.0"
|
| 18 |
safetensors = "^0.5.3"
|
| 19 |
aiofiles = "^24.1.0"
|
|
|
|
| 20 |
fastapi-cache2 = "^0.2.1"
|
| 21 |
python-dotenv = "^1.0.1"
|
| 22 |
|
|
|
|
| 17 |
transformers = "4.49.0"
|
| 18 |
safetensors = "^0.5.3"
|
| 19 |
aiofiles = "^24.1.0"
|
| 20 |
+
aiohttp = "^3.9.0"
|
| 21 |
fastapi-cache2 = "^0.2.1"
|
| 22 |
python-dotenv = "^1.0.1"
|
| 23 |
|
frontend/package.json
CHANGED
|
@@ -23,6 +23,7 @@
|
|
| 23 |
"react-dom": "^18.3.1",
|
| 24 |
"react-router-dom": "^6.28.0",
|
| 25 |
"react-scripts": "5.0.1",
|
|
|
|
| 26 |
"serve-static": "^1.15.0",
|
| 27 |
"web-vitals": "^2.1.4"
|
| 28 |
},
|
|
|
|
| 23 |
"react-dom": "^18.3.1",
|
| 24 |
"react-router-dom": "^6.28.0",
|
| 25 |
"react-scripts": "5.0.1",
|
| 26 |
+
"http-proxy-middleware": "^2.0.7",
|
| 27 |
"serve-static": "^1.15.0",
|
| 28 |
"web-vitals": "^2.1.4"
|
| 29 |
},
|