Skier8402 commited on
Commit
1ea98f8
1 Parent(s): 6875bc4

Update requirements.txt

Browse files

Add all requirements from virtual environment.

Files changed (1) hide show
  1. requirements.txt +93 -4
requirements.txt CHANGED
@@ -1,5 +1,94 @@
1
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  langchain==0.0.47
3
- black
4
- ipython
5
- openai==0.28
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.1
2
+ aiosignal==1.3.1
3
+ altair==5.2.0
4
+ annotated-types==0.6.0
5
+ anyio==4.2.0
6
+ asttokens==2.4.1
7
+ async-timeout==4.0.3
8
+ attrs==23.2.0
9
+ black==23.12.1
10
+ blinker==1.7.0
11
+ cachetools==5.3.2
12
+ certifi==2023.11.17
13
+ charset-normalizer==3.3.2
14
+ click==8.1.7
15
+ dataclasses-json==0.6.3
16
+ decorator==5.1.1
17
+ distro==1.9.0
18
+ exceptiongroup==1.2.0
19
+ executing==2.0.1
20
+ frozenlist==1.4.1
21
+ gitdb==4.0.11
22
+ GitPython==3.1.40
23
+ greenlet==3.0.3
24
+ h11==0.14.0
25
+ httpcore==1.0.2
26
+ httpx==0.26.0
27
+ idna==3.6
28
+ importlib-metadata==6.11.0
29
+ ipython==8.19.0
30
+ jedi==0.19.1
31
+ Jinja2==3.1.2
32
+ jsonpatch==1.33
33
+ jsonpointer==2.4
34
+ jsonschema==4.20.0
35
+ jsonschema-specifications==2023.12.1
36
  langchain==0.0.47
37
+ langchain-community==0.0.8
38
+ langchain-core==0.1.5
39
+ langsmith==0.0.77
40
+ markdown-it-py==3.0.0
41
+ MarkupSafe==2.1.3
42
+ marshmallow==3.20.1
43
+ matplotlib-inline==0.1.6
44
+ mdurl==0.1.2
45
+ multidict==6.0.4
46
+ mypy-extensions==1.0.0
47
+ numpy==1.26.3
48
+ openai==0.28.0
49
+ packaging==23.2
50
+ pandas==2.1.4
51
+ parso==0.8.3
52
+ pathspec==0.12.1
53
+ pexpect==4.9.0
54
+ pillow==10.2.0
55
+ platformdirs==4.1.0
56
+ prompt-toolkit==3.0.43
57
+ protobuf==4.25.1
58
+ ptyprocess==0.7.0
59
+ pure-eval==0.2.2
60
+ pyarrow==14.0.2
61
+ pydantic==1.10.13
62
+ pydantic_core==2.14.6
63
+ pydeck==0.8.1b0
64
+ Pygments==2.17.2
65
+ python-dateutil==2.8.2
66
+ pytz==2023.3.post1
67
+ PyYAML==6.0.1
68
+ referencing==0.32.0
69
+ requests==2.31.0
70
+ rich==13.7.0
71
+ rpds-py==0.16.2
72
+ six==1.16.0
73
+ smmap==5.0.1
74
+ sniffio==1.3.0
75
+ SQLAlchemy==1.4.51
76
+ stack-data==0.6.3
77
+ streamlit==1.29.0
78
+ tenacity==8.2.3
79
+ toml==0.10.2
80
+ tomli==2.0.1
81
+ toolz==0.12.0
82
+ tornado==6.4
83
+ tqdm==4.66.1
84
+ traitlets==5.14.1
85
+ typing-inspect==0.9.0
86
+ typing_extensions==4.9.0
87
+ tzdata==2023.4
88
+ tzlocal==5.2
89
+ urllib3==2.1.0
90
+ validators==0.22.0
91
+ watchdog==3.0.0
92
+ wcwidth==0.2.12
93
+ yarl==1.9.4
94
+ zipp==3.17.0