tdecae commited on
Commit
553cbf6
1 Parent(s): cb04606

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +113 -0
requirements.txt ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.6
3
+ aiosignal==1.3.1
4
+ altair==5.1.2
5
+ annotated-types==0.6.0
6
+ anyio==3.7.1
7
+ async-timeout==4.0.3
8
+ attrs==23.1.0
9
+ backoff==2.2.1
10
+ bcrypt==4.0.1
11
+ beautifulsoup4==4.12.2
12
+ certifi==2023.7.22
13
+ chardet==5.2.0
14
+ charset-normalizer==3.3.0
15
+ chroma-hnswlib==0.7.3
16
+ chromadb==0.4.13
17
+ click==8.1.7
18
+ coloredlogs==15.0.1
19
+ contourpy==1.1.1
20
+ cycler==0.12.1
21
+ dataclasses-json==0.6.1
22
+ emoji==2.8.0
23
+ exceptiongroup==1.1.3
24
+ fastapi==0.103.2
25
+ ffmpy==0.3.1
26
+ filelock==3.12.4
27
+ filetype==1.2.0
28
+ flatbuffers==23.5.26
29
+ fonttools==4.43.1
30
+ frozenlist==1.4.0
31
+ fsspec==2023.9.2
32
+ gradio==3.47.1
33
+ gradio_client==0.6.0
34
+ greenlet==3.0.0
35
+ h11==0.14.0
36
+ httpcore==0.18.0
37
+ httptools==0.6.0
38
+ httpx==0.25.0
39
+ huggingface-hub==0.17.3
40
+ humanfriendly==10.0
41
+ idna==3.4
42
+ importlib-resources==6.1.0
43
+ Jinja2==3.1.2
44
+ joblib==1.3.2
45
+ jsonpatch==1.33
46
+ jsonpointer==2.4
47
+ jsonschema==4.19.1
48
+ jsonschema-specifications==2023.7.1
49
+ kiwisolver==1.4.5
50
+ langchain==0.0.310
51
+ langdetect==1.0.9
52
+ langsmith==0.0.43
53
+ lxml==4.9.3
54
+ MarkupSafe==2.1.3
55
+ marshmallow==3.20.1
56
+ matplotlib==3.8.0
57
+ monotonic==1.6
58
+ mpmath==1.3.0
59
+ multidict==6.0.4
60
+ mypy-extensions==1.0.0
61
+ nltk==3.8.1
62
+ numpy==1.26.0
63
+ onnxruntime==1.16.0
64
+ openai==0.28.1
65
+ orjson==3.9.7
66
+ overrides==7.4.0
67
+ packaging==23.2
68
+ pandas==2.1.1
69
+ Pillow==10.0.1
70
+ posthog==3.0.2
71
+ protobuf==4.24.4
72
+ pulsar-client==3.3.0
73
+ pydantic==2.4.2
74
+ pydantic_core==2.10.1
75
+ pydub==0.25.1
76
+ pyparsing==3.1.1
77
+ PyPika==0.48.9
78
+ pysqlite3-binary==0.5.2.post1
79
+ python-dateutil==2.8.2
80
+ python-dotenv==1.0.0
81
+ python-iso639==2023.6.15
82
+ python-magic==0.4.27
83
+ python-multipart==0.0.6
84
+ pytz==2023.3.post1
85
+ PyYAML==6.0.1
86
+ referencing==0.30.2
87
+ regex==2023.10.3
88
+ requests==2.31.0
89
+ rpds-py==0.10.4
90
+ semantic-version==2.10.0
91
+ six==1.16.0
92
+ sniffio==1.3.0
93
+ soupsieve==2.5
94
+ SQLAlchemy==2.0.21
95
+ starlette==0.27.0
96
+ sympy==1.12
97
+ tabulate==0.9.0
98
+ tenacity==8.2.3
99
+ tiktoken==0.5.1
100
+ tokenizers==0.14.1
101
+ toolz==0.12.0
102
+ tqdm==4.66.1
103
+ typer==0.9.0
104
+ typing-inspect==0.9.0
105
+ typing_extensions==4.8.0
106
+ tzdata==2023.3
107
+ unstructured==0.10.19
108
+ urllib3==2.0.6
109
+ uvicorn==0.23.2
110
+ uvloop==0.17.0
111
+ watchfiles==0.20.0
112
+ websockets==11.0.3
113
+ yarl==1.9.2