CoderNoah commited on
Commit
820de1b
·
verified ·
1 Parent(s): 92337c5

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -0
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ asttokens==2.4.1
6
+ attrs==23.2.0
7
+ cachetools==5.3.3
8
+ certifi==2024.2.2
9
+ charset-normalizer==3.3.2
10
+ click==8.1.7
11
+ colorama==0.4.6
12
+ contourpy==1.2.0
13
+ cycler==0.12.1
14
+ decorator==5.1.1
15
+ executing==2.0.1
16
+ fastapi==0.110.0
17
+ ffmpy==0.3.2
18
+ filelock==3.13.1
19
+ fonttools==4.49.0
20
+ fsspec==2024.2.0
21
+ google-ai-generativelanguage==0.4.0
22
+ google-api-core==2.17.1
23
+ google-auth==2.28.1
24
+ google-generativeai==0.4.1
25
+ googleapis-common-protos==1.62.0
26
+ gradio==4.19.2
27
+ gradio_client==0.10.1
28
+ grpcio==1.62.0
29
+ grpcio-status==1.62.0
30
+ h11==0.14.0
31
+ httpcore==1.0.4
32
+ httpx==0.27.0
33
+ huggingface-hub==0.21.3
34
+ idna==3.6
35
+ importlib_resources==6.1.2
36
+ iniconfig==2.0.0
37
+ jedi==0.19.1
38
+ Jinja2==3.1.3
39
+ jsonschema==4.21.1
40
+ jsonschema-specifications==2023.12.1
41
+ kiwisolver==1.4.5
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.5
44
+ matplotlib==3.8.3
45
+ matplotlib-inline==0.1.6
46
+ mdurl==0.1.2
47
+ mypy-extensions==1.0.0
48
+ numpy==1.26.4
49
+ orjson==3.9.15
50
+ packaging==23.2
51
+ pandas==2.2.1
52
+ parso==0.8.3
53
+ pathspec==0.12.1
54
+ pillow==10.2.0
55
+ platformdirs==4.2.0
56
+ pluggy==1.4.0
57
+ prompt-toolkit==3.0.43
58
+ proto-plus==1.23.0
59
+ protobuf==4.25.3
60
+ pure-eval==0.2.2
61
+ pyasn1==0.5.1
62
+ pyasn1-modules==0.3.0
63
+ pydantic==2.6.3
64
+ pydantic_core==2.16.3
65
+ pydub==0.25.1
66
+ Pygments==2.17.2
67
+ pyparsing==3.1.1
68
+ pytest==8.1.1
69
+ python-dateutil==2.8.2
70
+ python-dotenv==1.0.1
71
+ python-multipart==0.0.9
72
+ pytz==2024.1
73
+ PyYAML==6.0.1
74
+ referencing==0.33.0
75
+ requests==2.31.0
76
+ rich==13.7.1
77
+ rpds-py==0.18.0
78
+ rsa==4.9
79
+ ruff==0.2.2
80
+ semantic-version==2.10.0
81
+ shellingham==1.5.4
82
+ six==1.16.0
83
+ sniffio==1.3.1
84
+ stack-data==0.6.3
85
+ starlette==0.36.3
86
+ tomlkit==0.12.0
87
+ toolz==0.12.1
88
+ tqdm==4.66.2
89
+ traitlets==5.14.1
90
+ typer==0.9.0
91
+ typing_extensions==4.10.0
92
+ tzdata==2024.1
93
+ urllib3==2.2.1
94
+ uvicorn==0.27.1
95
+ wcwidth==0.2.13
96
+ websockets==11.0.3