cloud-sean commited on
Commit
bcb3f99
1 Parent(s): ef63de9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +91 -3
requirements.txt CHANGED
@@ -1,3 +1,91 @@
1
- openai
2
- langchain
3
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ altair==5.0.1
4
+ appnope==0.1.3
5
+ asttokens==2.2.1
6
+ async-timeout==4.0.2
7
+ attrs==23.1.0
8
+ backcall==0.2.0
9
+ blinker==1.6.2
10
+ cachetools==5.3.1
11
+ certifi==2023.5.7
12
+ charset-normalizer==3.2.0
13
+ click==8.1.6
14
+ comm==0.1.3
15
+ dataclasses-json==0.5.12
16
+ debugpy==1.6.7
17
+ decorator==5.1.1
18
+ executing==1.2.0
19
+ frozenlist==1.4.0
20
+ gitdb==4.0.10
21
+ GitPython==3.1.32
22
+ idna==3.4
23
+ importlib-metadata==6.8.0
24
+ ipykernel==6.24.0
25
+ ipython==8.14.0
26
+ jedi==0.18.2
27
+ Jinja2==3.1.2
28
+ jsonschema==4.18.4
29
+ jsonschema-specifications==2023.7.1
30
+ jupyter_client==8.3.0
31
+ jupyter_core==5.3.1
32
+ langchain==0.0.237
33
+ langsmith==0.0.10
34
+ markdown-it-py==3.0.0
35
+ MarkupSafe==2.1.3
36
+ marshmallow==3.19.0
37
+ matplotlib-inline==0.1.6
38
+ mdurl==0.1.2
39
+ multidict==6.0.4
40
+ mypy-extensions==1.0.0
41
+ nest-asyncio==1.5.6
42
+ numexpr==2.8.4
43
+ numpy==1.25.1
44
+ openai==0.27.8
45
+ openapi-schema-pydantic==1.2.4
46
+ packaging==23.1
47
+ pandas==2.0.3
48
+ parso==0.8.3
49
+ pexpect==4.8.0
50
+ pickleshare==0.7.5
51
+ Pillow==9.5.0
52
+ platformdirs==3.9.1
53
+ prompt-toolkit==3.0.39
54
+ protobuf==4.23.4
55
+ psutil==5.9.5
56
+ ptyprocess==0.7.0
57
+ pure-eval==0.2.2
58
+ pyarrow==12.0.1
59
+ pydantic==1.10.11
60
+ pydeck==0.8.1b0
61
+ Pygments==2.15.1
62
+ Pympler==1.0.1
63
+ python-dateutil==2.8.2
64
+ pytz==2023.3
65
+ pytz-deprecation-shim==0.1.0.post0
66
+ PyYAML==6.0.1
67
+ pyzmq==25.1.0
68
+ referencing==0.30.0
69
+ requests==2.31.0
70
+ rich==13.4.2
71
+ rpds-py==0.9.2
72
+ six==1.16.0
73
+ smmap==5.0.0
74
+ SQLAlchemy==2.0.19
75
+ stack-data==0.6.2
76
+ streamlit==1.24.1
77
+ tenacity==8.2.2
78
+ toml==0.10.2
79
+ toolz==0.12.0
80
+ tornado==6.3.2
81
+ tqdm==4.65.0
82
+ traitlets==5.9.0
83
+ typing-inspect==0.9.0
84
+ typing_extensions==4.7.1
85
+ tzdata==2023.3
86
+ tzlocal==4.3.1
87
+ urllib3==2.0.4
88
+ validators==0.20.0
89
+ wcwidth==0.2.6
90
+ yarl==1.9.2
91
+ zipp==3.16.2