RustX commited on
Commit
780aeb0
·
1 Parent(s): e0abc06

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +75 -0
requirements.txt ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==4.2.2
4
+ async-timeout==4.0.2
5
+ attrs==23.1.0
6
+ blinker==1.6.2
7
+ cachetools==5.3.0
8
+ certifi==2022.12.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ colorama==0.4.6
12
+ dataclasses-json==0.5.7
13
+ decorator==5.1.1
14
+ entrypoints==0.4
15
+ faiss-cpu==1.7.3
16
+ frozenlist==1.3.3
17
+ gitdb==4.0.10
18
+ GitPython==3.1.31
19
+ greenlet==2.0.2
20
+ hupper==1.12
21
+ idna==3.4
22
+ importlib-metadata==6.5.0
23
+ Jinja2==3.1.2
24
+ jsonschema==4.17.3
25
+ langchain==0.0.146
26
+ markdown-it-py==2.2.0
27
+ MarkupSafe==2.1.2
28
+ marshmallow==3.19.0
29
+ marshmallow-enum==1.5.1
30
+ mdurl==0.1.2
31
+ multidict==6.0.4
32
+ mypy-extensions==1.0.0
33
+ nest-asyncio==1.5.6
34
+ numexpr==2.8.4
35
+ numpy==1.24.2
36
+ openai==0.27.4
37
+ openapi-schema-pydantic==1.2.4
38
+ packaging==23.1
39
+ pandas==1.5.3
40
+ Pillow==9.5.0
41
+ protobuf==3.20.3
42
+ python-dotenv==1.0.0
43
+ pyarrow==11.0.0
44
+ pydantic==1.10.7
45
+ pydeck==0.8.1b0
46
+ Pygments==2.15.1
47
+ Pympler==1.0.1
48
+ pyrsistent==0.19.3
49
+ python-dateutil==2.8.2
50
+ pytz==2023.3
51
+ pytz-deprecation-shim==0.1.0.post0
52
+ PyYAML==6.0
53
+ regex==2023.3.23
54
+ requests==2.28.2
55
+ rich==13.3.4
56
+ six==1.16.0
57
+ smmap==5.0.0
58
+ SQLAlchemy==1.4.47
59
+ streamlit==1.21.0
60
+ streamlit-chat==0.0.2.2
61
+ tenacity==8.2.2
62
+ tiktoken==0.3.3
63
+ toml==0.10.2
64
+ toolz==0.12.0
65
+ tornado==6.3
66
+ tqdm==4.65.0
67
+ typing-inspect==0.8.0
68
+ typing_extensions==4.5.0
69
+ tzdata==2023.3
70
+ tzlocal==4.3
71
+ urllib3==1.26.15
72
+ validators==0.20.0
73
+ watchdog==3.0.0
74
+ yarl==1.8.2
75
+ zipp==3.15.0