ShynBui commited on
Commit
f84c370
1 Parent(s): 93e639c

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +88 -0
requirements.txt ADDED
@@ -0,0 +1,88 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.4.0
4
+ cachetools==5.5.0
5
+ certifi==2024.7.4
6
+ charset-normalizer==3.3.2
7
+ click==8.1.7
8
+ colorama==0.4.6
9
+ contourpy==1.2.1
10
+ cycler==0.12.1
11
+ distro==1.9.0
12
+ fastapi==0.112.1
13
+ ffmpy==0.4.0
14
+ filelock==3.15.4
15
+ fonttools==4.53.1
16
+ fsspec==2024.6.1
17
+ google-ai-generativelanguage==0.6.6
18
+ google-api-core==2.19.1
19
+ google-api-python-client==2.141.0
20
+ google-auth==2.34.0
21
+ google-auth-httplib2==0.2.0
22
+ google-generativeai==0.7.2
23
+ googleapis-common-protos==1.63.2
24
+ gradio==4.41.0
25
+ gradio_client==1.3.0
26
+ grpcio==1.65.5
27
+ grpcio-status==1.62.3
28
+ h11==0.14.0
29
+ httpcore==1.0.5
30
+ httplib2==0.22.0
31
+ httpx==0.27.0
32
+ huggingface-hub==0.24.6
33
+ idna==3.7
34
+ importlib_resources==6.4.3
35
+ Jinja2==3.1.4
36
+ jiter==0.5.0
37
+ jsonpatch==1.33
38
+ jsonpointer==3.0.0
39
+ kiwisolver==1.4.5
40
+ langchain-core==0.2.33
41
+ langchain-google-genai==1.0.9
42
+ langchain-openai==0.1.22
43
+ langsmith==0.1.99
44
+ markdown-it-py==3.0.0
45
+ MarkupSafe==2.1.5
46
+ matplotlib==3.9.2
47
+ mdurl==0.1.2
48
+ numpy==2.1.0
49
+ openai==1.41.0
50
+ orjson==3.10.7
51
+ packaging==24.1
52
+ pandas==2.2.2
53
+ pillow==10.4.0
54
+ proto-plus==1.24.0
55
+ protobuf==4.25.4
56
+ pyasn1==0.6.0
57
+ pyasn1_modules==0.4.0
58
+ pydantic==2.8.2
59
+ pydantic_core==2.20.1
60
+ pydub==0.25.1
61
+ Pygments==2.18.0
62
+ pyparsing==3.1.2
63
+ python-dateutil==2.9.0.post0
64
+ python-dotenv==1.0.1
65
+ python-multipart==0.0.9
66
+ pytz==2024.1
67
+ PyYAML==6.0.2
68
+ regex==2024.7.24
69
+ requests==2.32.3
70
+ rich==13.7.1
71
+ rsa==4.9
72
+ ruff==0.6.1
73
+ semantic-version==2.10.0
74
+ shellingham==1.5.4
75
+ six==1.16.0
76
+ sniffio==1.3.1
77
+ starlette==0.38.2
78
+ tenacity==8.5.0
79
+ tiktoken==0.7.0
80
+ tomlkit==0.12.0
81
+ tqdm==4.66.5
82
+ typer==0.12.4
83
+ typing_extensions==4.12.2
84
+ tzdata==2024.1
85
+ uritemplate==4.1.1
86
+ urllib3==2.2.2
87
+ uvicorn==0.30.6
88
+ websockets==12.0