jskinner215 commited on
Commit
f4bdea1
·
1 Parent(s): acfb0dd

initial commit

Browse files
Files changed (1) hide show
  1. requirements.txt +105 -0
requirements.txt ADDED
@@ -0,0 +1,105 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ anyio==3.7.0
5
+ async-timeout==4.0.2
6
+ attrs==23.1.0
7
+ backoff==2.2.1
8
+ blinker==1.6.2
9
+ cachetools==5.3.1
10
+ certifi==2023.5.7
11
+ charset-normalizer==3.1.0
12
+ chromadb==0.3.26
13
+ click==8.1.3
14
+ clickhouse-connect==0.6.4
15
+ colorama==0.4.6
16
+ coloredlogs==15.0.1
17
+ dataclasses-json==0.5.8
18
+ decorator==5.1.1
19
+ diskcache==5.6.1
20
+ distlib==0.3.6
21
+ duckdb==0.8.1
22
+ exceptiongroup==1.1.1
23
+ fastapi==0.98.0
24
+ filelock==3.12.2
25
+ flatbuffers==23.5.26
26
+ frozenlist==1.3.3
27
+ gitdb==4.0.10
28
+ GitPython==3.1.31
29
+ greenlet==2.0.2
30
+ h11==0.14.0
31
+ hnswlib==0.7.0
32
+ httptools==0.5.0
33
+ humanfriendly==10.0
34
+ idna==3.4
35
+ importlib-metadata==6.7.0
36
+ Jinja2==3.1.2
37
+ jsonschema==4.17.3
38
+ langchain==0.0.209
39
+ langchainplus-sdk==0.0.17
40
+ llama-cpp-python==0.1.65
41
+ lz4==4.3.2
42
+ markdown-it-py==3.0.0
43
+ MarkupSafe==2.1.3
44
+ marshmallow==3.19.0
45
+ marshmallow-enum==1.5.1
46
+ mdurl==0.1.2
47
+ monotonic==1.6
48
+ mpmath==1.3.0
49
+ multidict==6.0.4
50
+ mypy-extensions==1.0.0
51
+ numexpr==2.8.4
52
+ numpy==1.25.0
53
+ onnxruntime==1.15.1
54
+ openapi-schema-pydantic==1.2.4
55
+ overrides==7.3.1
56
+ packaging==23.1
57
+ pandas==2.0.2
58
+ Pillow==9.5.0
59
+ pipenv==2023.6.18
60
+ platformdirs==3.8.0
61
+ posthog==3.0.1
62
+ protobuf==4.23.3
63
+ pulsar-client==3.2.0
64
+ pyarrow==12.0.1
65
+ pydantic==1.10.9
66
+ pydeck==0.8.1b0
67
+ Pygments==2.15.1
68
+ Pympler==1.0.1
69
+ pyreadline3==3.4.1
70
+ pyrsistent==0.19.3
71
+ python-dateutil==2.8.2
72
+ python-dotenv==1.0.0
73
+ pytz==2023.3
74
+ pytz-deprecation-shim==0.1.0.post0
75
+ PyYAML==6.0
76
+ requests==2.31.0
77
+ rich==13.4.2
78
+ six==1.16.0
79
+ smmap==5.0.0
80
+ sniffio==1.3.0
81
+ SQLAlchemy==2.0.16
82
+ starlette==0.27.0
83
+ streamlit==1.23.1
84
+ sympy==1.12
85
+ tenacity==8.2.2
86
+ tokenizers==0.13.3
87
+ toml==0.10.2
88
+ toolz==0.12.0
89
+ tornado==6.3.2
90
+ tqdm==4.65.0
91
+ typing-inspect==0.9.0
92
+ typing_extensions==4.6.3
93
+ tzdata==2023.3
94
+ tzlocal==4.3.1
95
+ urllib3==2.0.3
96
+ uvicorn==0.22.0
97
+ validators==0.20.0
98
+ virtualenv==20.23.1
99
+ virtualenv-clone==0.5.7
100
+ watchdog==3.0.0
101
+ watchfiles==0.19.0
102
+ websockets==11.0.3
103
+ yarl==1.9.2
104
+ zipp==3.15.0
105
+ zstandard==0.21.0