momegas commited on
Commit
0c5845d
1 Parent(s): cf396d5

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +111 -0
requirements.txt ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ altair==5.1.1
5
+ annotated-types==0.5.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.0
21
+ dataclasses-json==0.6.1
22
+ emoji==2.8.0
23
+ fastapi==0.103.2
24
+ ffmpy==0.3.1
25
+ filelock==3.12.4
26
+ filetype==1.2.0
27
+ flatbuffers==23.5.26
28
+ fonttools==4.43.0
29
+ frozenlist==1.4.0
30
+ fsspec==2023.9.2
31
+ gradio==3.45.2
32
+ gradio_client==0.5.3
33
+ h11==0.14.0
34
+ httpcore==0.18.0
35
+ httptools==0.6.0
36
+ httpx==0.25.0
37
+ huggingface-hub==0.16.4
38
+ humanfriendly==10.0
39
+ idna==3.4
40
+ importlib-resources==6.1.0
41
+ Jinja2==3.1.2
42
+ joblib==1.3.2
43
+ jsonpatch==1.33
44
+ jsonpointer==2.4
45
+ jsonschema==4.19.1
46
+ jsonschema-specifications==2023.7.1
47
+ kiwisolver==1.4.5
48
+ langchain==0.0.305
49
+ langdetect==1.0.9
50
+ langsmith==0.0.41
51
+ lxml==4.9.3
52
+ MarkupSafe==2.1.3
53
+ marshmallow==3.20.1
54
+ matplotlib==3.8.0
55
+ monotonic==1.6
56
+ mpmath==1.3.0
57
+ multidict==6.0.4
58
+ mypy-extensions==1.0.0
59
+ nltk==3.8.1
60
+ numexpr==2.8.7
61
+ numpy==1.26.0
62
+ onnxruntime==1.16.0
63
+ openai==0.28.1
64
+ orjson==3.9.7
65
+ overrides==7.4.0
66
+ packaging==23.2
67
+ pandas==2.1.1
68
+ Pillow==10.0.1
69
+ posthog==3.0.2
70
+ protobuf==4.24.3
71
+ pulsar-client==3.3.0
72
+ pydantic==2.4.2
73
+ pydantic_core==2.10.1
74
+ pydub==0.25.1
75
+ pyparsing==3.1.1
76
+ PyPika==0.48.9
77
+ python-dateutil==2.8.2
78
+ python-dotenv==1.0.0
79
+ python-iso639==2023.6.15
80
+ python-magic==0.4.27
81
+ python-multipart==0.0.6
82
+ pytz==2023.3.post1
83
+ PyYAML==6.0.1
84
+ referencing==0.30.2
85
+ regex==2023.8.8
86
+ requests==2.31.0
87
+ rpds-py==0.10.3
88
+ semantic-version==2.10.0
89
+ six==1.16.0
90
+ sniffio==1.3.0
91
+ soupsieve==2.5
92
+ SQLAlchemy==2.0.21
93
+ starlette==0.27.0
94
+ sympy==1.12
95
+ tabulate==0.9.0
96
+ tenacity==8.2.3
97
+ tiktoken==0.5.1
98
+ tokenizers==0.14.0
99
+ toolz==0.12.0
100
+ tqdm==4.66.1
101
+ typer==0.9.0
102
+ typing-inspect==0.9.0
103
+ typing_extensions==4.8.0
104
+ tzdata==2023.3
105
+ unstructured==0.10.18
106
+ urllib3==2.0.5
107
+ uvicorn==0.23.2
108
+ uvloop==0.17.0
109
+ watchfiles==0.20.0
110
+ websockets==11.0.3
111
+ yarl==1.9.2