pythonprincess commited on
Commit
5123eb9
·
verified ·
1 Parent(s): 83baabe

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -15
requirements.txt DELETED
@@ -1,15 +0,0 @@
1
- # filename: requirements.txt
2
-
3
- # Web Server / API Framework
4
- fastapi>=0.104.0
5
- uvicorn[standard]>=0.23.2
6
- gunicorn>=21.2.0
7
- pydantic>=2.4.2
8
- python-multipart>=0.0.6
9
- starlette>=0.35.1
10
-
11
- # AI/ML/Data Science Libraries (Used in backend_pam.py and frontend_pam.py)
12
- transformers>=4.34.0
13
- torch>=2.1.0
14
- boto3>=1.28.69
15
- # Add any other libraries required by your agents (e.g., specific AWS SDKs, scikit-learn, etc.)