rairo commited on
Commit
0a85ee1
·
1 Parent(s): c2eb8a0

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +103 -0
requirements.txt ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.6
3
+ aiohttp-retry==2.8.3
4
+ aiosignal==1.3.1
5
+ altair==5.1.2
6
+ annotated-types==0.6.0
7
+ anyio==3.7.1
8
+ async-timeout==4.0.3
9
+ attrs==23.1.0
10
+ blinker==1.7.0
11
+ certifi==2023.7.22
12
+ charset-normalizer==3.3.2
13
+ click==8.1.7
14
+ colorama==0.4.6
15
+ contourpy==1.2.0
16
+ cycler==0.12.1
17
+ dataclasses-json==0.6.1
18
+ et-xmlfile==1.1.0
19
+ exceptiongroup==1.1.3
20
+ fastapi==0.104.1
21
+ ffmpy==0.3.1
22
+ filelock==3.13.1
23
+ Flask==3.0.0
24
+ fonttools==4.44.0
25
+ frozenlist==1.4.0
26
+ fsspec==2023.10.0
27
+ gradio==4.1.2
28
+ gradio_client==0.7.0
29
+ greenlet==3.0.1
30
+ gunicorn==21.2.0
31
+ h11==0.14.0
32
+ httpcore==1.0.1
33
+ httpx==0.25.1
34
+ huggingface-hub==0.19.0
35
+ idna==3.4
36
+ importlib-resources==6.1.1
37
+ iniconfig==2.0.0
38
+ itsdangerous==2.1.2
39
+ Jinja2==3.1.2
40
+ jsonpatch==1.33
41
+ jsonpointer==2.4
42
+ jsonschema==4.19.2
43
+ jsonschema-specifications==2023.7.1
44
+ kiwisolver==1.4.5
45
+ langchain==0.0.332
46
+ langchain-experimental==0.0.39
47
+ langsmith==0.0.62
48
+ markdown-it-py==3.0.0
49
+ MarkupSafe==2.1.3
50
+ marshmallow==3.20.1
51
+ matplotlib==3.8.1
52
+ mdurl==0.1.2
53
+ multidict==6.0.4
54
+ mypy-extensions==1.0.0
55
+ numpy==1.26.1
56
+ openai==0.28.1
57
+ openpyxl==3.1.2
58
+ orjson==3.9.10
59
+ packaging==23.2
60
+ pandas==2.1.2
61
+ Pillow==10.1.0
62
+ pluggy==1.3.0
63
+ protobuf==4.25.1
64
+ pyasn1==0.5.0
65
+ pydantic==2.4.2
66
+ pydantic_core==2.10.1
67
+ pydub==0.25.1
68
+ Pygments==2.16.1
69
+ PyJWT==2.8.0
70
+ pyparsing==3.1.1
71
+ pytest==7.4.3
72
+ pytest-subtests==0.11.0
73
+ python-dateutil==2.8.2
74
+ python-dotenv==1.0.0
75
+ python-multipart==0.0.6
76
+ pytz==2023.3.post1
77
+ PyYAML==6.0.1
78
+ referencing==0.30.2
79
+ requests==2.31.0
80
+ rich==13.6.0
81
+ rpds-py==0.12.0
82
+ semantic-version==2.10.0
83
+ shellingham==1.5.4
84
+ six==1.16.0
85
+ sniffio==1.3.0
86
+ SQLAlchemy==2.0.23
87
+ starlette==0.27.0
88
+ tabulate==0.9.0
89
+ tenacity==8.2.3
90
+ tomli==2.0.1
91
+ tomlkit==0.12.0
92
+ toolz==0.12.0
93
+ tqdm==4.66.1
94
+ twilio==8.10.3
95
+ typer==0.9.0
96
+ typing-inspect==0.9.0
97
+ typing_extensions==4.8.0
98
+ tzdata==2023.3
99
+ urllib3==2.0.7
100
+ uvicorn==0.24.0.post1
101
+ websockets==11.0.3
102
+ Werkzeug==3.0.1
103
+ yarl==1.9.2