谢璐璟 commited on
Commit
b7bd042
1 Parent(s): e9ce3e8

requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +98 -0
requirements.txt ADDED
@@ -0,0 +1,98 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.0
3
+ aiohttp==3.10.5
4
+ aiolimiter==1.1.0
5
+ aiosignal==1.3.1
6
+ annotated-types==0.7.0
7
+ anthropic==0.34.2
8
+ anyio==4.4.0
9
+ async-timeout==4.0.3
10
+ attrs==24.2.0
11
+ boto3==1.35.14
12
+ botocore==1.35.14
13
+ cachetools==5.5.0
14
+ certifi==2024.8.30
15
+ charset-normalizer==3.3.2
16
+ click==8.1.7
17
+ contourpy==1.3.0
18
+ cycler==0.12.1
19
+ distro==1.9.0
20
+ exceptiongroup==1.2.2
21
+ fastapi==0.112.4
22
+ ffmpy==0.4.0
23
+ filelock==3.16.0
24
+ fonttools==4.53.1
25
+ frozenlist==1.4.1
26
+ fsspec==2024.9.0
27
+ google-ai-generativelanguage==0.6.6
28
+ google-api-core==2.19.2
29
+ google-api-python-client==2.144.0
30
+ google-auth==2.34.0
31
+ google-auth-httplib2==0.2.0
32
+ google-generativeai==0.7.2
33
+ googleapis-common-protos==1.65.0
34
+ gradio==4.43.0
35
+ gradio_client==1.3.0
36
+ grpcio==1.66.1
37
+ grpcio-status==1.62.3
38
+ h11==0.14.0
39
+ httpcore==1.0.5
40
+ httplib2==0.22.0
41
+ httpx==0.27.2
42
+ huggingface-hub==0.24.6
43
+ idna==3.8
44
+ importlib_resources==6.4.4
45
+ Jinja2==3.1.4
46
+ jiter==0.5.0
47
+ jmespath==1.0.1
48
+ kiwisolver==1.4.7
49
+ Markdown==3.7
50
+ markdown-it-py==3.0.0
51
+ MarkupSafe==2.1.5
52
+ matplotlib==3.9.2
53
+ mdurl==0.1.2
54
+ multidict==6.0.5
55
+ numpy==2.1.1
56
+ openai==1.44.0
57
+ opencv-python==4.10.0.84
58
+ orjson==3.10.7
59
+ packaging==24.1
60
+ pandas==2.2.2
61
+ pillow==10.4.0
62
+ proto-plus==1.24.0
63
+ protobuf==4.25.4
64
+ pyasn1==0.6.0
65
+ pyasn1_modules==0.4.0
66
+ pydantic==2.9.0
67
+ pydantic_core==2.23.2
68
+ pydub==0.25.1
69
+ Pygments==2.18.0
70
+ pyparsing==3.1.4
71
+ pypinyin==0.52.0
72
+ python-dateutil==2.9.0.post0
73
+ python-dotenv==1.0.1
74
+ python-multipart==0.0.9
75
+ pytz==2024.1
76
+ PyYAML==6.0.2
77
+ reka-api==2.0.0
78
+ requests==2.32.3
79
+ rich==13.8.0
80
+ rsa==4.9
81
+ ruff==0.6.4
82
+ s3transfer==0.10.2
83
+ semantic-version==2.10.0
84
+ shellingham==1.5.4
85
+ six==1.16.0
86
+ sniffio==1.3.1
87
+ starlette==0.38.4
88
+ tokenizers==0.20.0
89
+ tomlkit==0.12.0
90
+ tqdm==4.66.5
91
+ typer==0.12.5
92
+ typing_extensions==4.12.2
93
+ tzdata==2024.1
94
+ uritemplate==4.1.1
95
+ urllib3==2.2.2
96
+ uvicorn==0.30.6
97
+ websockets==12.0
98
+ yarl==1.10.0