nihalaninihal commited on
Commit
00a78ef
·
verified ·
1 Parent(s): cb5b551

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -29
requirements.txt CHANGED
@@ -1,29 +1,2 @@
1
- # Core dependencies
2
- gradio==4.6.0
3
- PyGithub==2.1.1
4
- google-generativeai==0.7.0
5
- python-dotenv==1.0.0
6
- tenacity==8.2.3
7
- requests==2.31.0
8
-
9
- # Voice chat dependencies
10
- fastrtc
11
- numpy
12
- fastapi
13
- uvicorn
14
- twilio
15
-
16
- # Repository analysis dependencies
17
- nltk
18
- spacy
19
- textblob
20
- markdown
21
- pygments
22
- langdetect
23
-
24
- # Optional dependencies
25
- pydantic
26
- aiohttp
27
- beautifulsoup4
28
- python-magic
29
- chardet
 
1
+ gradio>=4.0.0
2
+ requests>=2.28.0