sheikhcoders commited on
Commit
811bc3f
·
verified ·
1 Parent(s): a70da23

Build fix: Ultra-minimal requirements for Spaces

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -19
requirements.txt CHANGED
@@ -1,19 +1,6 @@
1
- # Core Framework (matching HuggingFace Spaces base)
2
- fastapi==0.104.1
3
- uvicorn[standard]==0.24.0
4
- gradio==4.21.0
5
-
6
- # Browser Automation (simplified)
7
- selenium==4.15.2
8
-
9
- # Async Support
10
- aiohttp==3.9.1
11
-
12
- # Data Processing
13
- requests==2.31.0
14
- beautifulsoup4==4.12.2
15
- Pillow==10.1.0
16
-
17
- # Core utilities
18
- python-multipart==0.0.6
19
- pydantic==2.5.0
 
1
+ # Ultra-minimal requirements for HuggingFace Spaces
2
+ fastapi<0.113.0
3
+ uvicorn[standard]>=0.14.0
4
+ gradio[oauth]==4.21.0
5
+ requests
6
+ selenium