nihalaninihal commited on
Commit
6fc718c
·
verified ·
1 Parent(s): a80ff73

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,10 +1,10 @@
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
@@ -20,10 +20,11 @@ textblob
20
  markdown
21
  pygments
22
  langdetect
 
23
 
24
  # Optional dependencies
25
  pydantic
26
  aiohttp
27
  beautifulsoup4
28
  python-magic
29
- chardet
 
1
  # Core dependencies
2
+ gradio
3
+ PyGithub
4
+ google-generativeai
5
+ python-dotenv
6
+ tenacity
7
+ requests
8
 
9
  # Voice chat dependencies
10
  fastrtc
 
20
  markdown
21
  pygments
22
  langdetect
23
+ repo2docker
24
 
25
  # Optional dependencies
26
  pydantic
27
  aiohttp
28
  beautifulsoup4
29
  python-magic
30
+ chardet