pythonprincess commited on
Commit
59efae2
·
verified ·
1 Parent(s): 55e2252

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -49
requirements.txt DELETED
@@ -1,49 +0,0 @@
1
- # filename: requirements.txt
2
- # PAM - Privacy-First AI Assistant
3
- # Optimized for Hugging Face Spaces (CPU deployment)
4
-
5
- # ==========================================
6
- # CRITICAL: HuggingFace Inference Client
7
- # ==========================================
8
- huggingface_hub>=0.20.0
9
-
10
- # ==========================================
11
- # Web Server / API Framework
12
- # ==========================================
13
- fastapi>=0.104.0,<0.110.0
14
- uvicorn[standard]>=0.23.2,<0.30.0
15
- pydantic>=2.4.2,<3.0.0
16
- python-multipart>=0.0.6
17
- starlette>=0.35.1,<0.40.0
18
-
19
- # ==========================================
20
- # HTTP & API Communication (if needed elsewhere)
21
- # ==========================================
22
- # requests - NO LONGER NEEDED for HF API calls
23
- # httpx>=0.25.0
24
-
25
- # ==========================================
26
- # AI/ML Libraries (CPU-optimized)
27
- # ==========================================
28
- # NOTE: transformers and torch are NOT needed for Inference API
29
- # Only install if you need local model processing
30
- # transformers>=4.35.0,<4.40.0
31
- # torch>=2.1.0,<2.3.0
32
-
33
- # ==========================================
34
- # Utilities & Data Processing
35
- # ==========================================
36
- python-dateutil>=2.8.2
37
- pytz>=2023.3
38
-
39
- # ==========================================
40
- # Optional: AWS Integration (if needed)
41
- # ==========================================
42
- # boto3>=1.28.69 # Uncomment if using AWS services
43
-
44
- # ==========================================
45
- # Development & Debugging (remove in production)
46
- # ==========================================
47
- # pytest>=7.4.0
48
- # black>=23.10.0
49
- # flake8>=6.1.0