cloud-sean commited on
Commit
2786061
·
1 Parent(s): 2cec006

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +89 -0
requirements.txt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.6
2
+ aiosignal==1.3.1
3
+ altair==5.1.2
4
+ annotated-types==0.6.0
5
+ anyio==3.7.1
6
+ async-timeout==4.0.3
7
+ attrs==23.1.0
8
+ azure-core==1.29.5
9
+ azure-identity==1.15.0
10
+ azure-storage-blob==12.19.0
11
+ beautifulsoup4==4.12.2
12
+ blinker==1.7.0
13
+ bs4==0.0.1
14
+ cachetools==5.3.2
15
+ certifi==2023.7.22
16
+ cffi==1.16.0
17
+ charset-normalizer==3.3.2
18
+ click==8.1.7
19
+ cryptography==41.0.5
20
+ dataclasses-json==0.6.1
21
+ distro==1.8.0
22
+ frozenlist==1.4.0
23
+ gitdb==4.0.11
24
+ GitPython==3.1.40
25
+ h11==0.14.0
26
+ httpcore==1.0.1
27
+ httpx==0.25.1
28
+ idna==3.4
29
+ importlib-metadata==6.8.0
30
+ isodate==0.6.1
31
+ Jinja2==3.1.2
32
+ jsonpatch==1.33
33
+ jsonpointer==2.4
34
+ jsonschema==4.19.2
35
+ jsonschema-specifications==2023.7.1
36
+ langchain==0.0.333
37
+ langchain-experimental==0.0.39
38
+ langsmith==0.0.63
39
+ markdown-it-py==3.0.0
40
+ MarkupSafe==2.1.3
41
+ marshmallow==3.20.1
42
+ mdurl==0.1.2
43
+ msal==1.25.0
44
+ msal-extensions==1.0.0
45
+ multidict==6.0.4
46
+ mypy-extensions==1.0.0
47
+ numpy==1.26.1
48
+ openai==0.28.1
49
+ packaging==23.2
50
+ pandas==2.1.2
51
+ Pillow==10.1.0
52
+ portalocker==2.8.2
53
+ protobuf==4.25.0
54
+ pyarrow==14.0.0
55
+ pycparser==2.21
56
+ pydantic==2.4.2
57
+ pydantic_core==2.10.1
58
+ pydeck==0.8.1b0
59
+ pydub==0.25.1
60
+ Pygments==2.16.1
61
+ PyJWT==2.8.0
62
+ python-dateutil==2.8.2
63
+ pytz==2023.3.post1
64
+ PyYAML==6.0.1
65
+ referencing==0.30.2
66
+ requests==2.31.0
67
+ rich==13.6.0
68
+ rpds-py==0.12.0
69
+ six==1.16.0
70
+ smmap==5.0.1
71
+ sniffio==1.3.0
72
+ soupsieve==2.5
73
+ SQLAlchemy==2.0.23
74
+ streamlit==1.28.1
75
+ streamlit-audiorec==0.1.3
76
+ tabulate==0.9.0
77
+ tenacity==8.2.3
78
+ toml==0.10.2
79
+ toolz==0.12.0
80
+ tornado==6.3.3
81
+ tqdm==4.66.1
82
+ typing-inspect==0.9.0
83
+ typing_extensions==4.8.0
84
+ tzdata==2023.3
85
+ tzlocal==5.2
86
+ urllib3==2.0.7
87
+ validators==0.22.0
88
+ yarl==1.9.2
89
+ zipp==3.17.0