keshavan commited on
Commit
5021b79
1 Parent(s): 87ca45a

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +90 -0
requirements.txt ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ backoff==2.2.1
9
+ beautifulsoup4==4.12.2
10
+ blinker==1.7.0
11
+ cachetools==5.3.2
12
+ certifi==2023.7.22
13
+ chardet==5.2.0
14
+ charset-normalizer==3.3.2
15
+ click==8.1.7
16
+ colorama==0.4.6
17
+ dataclasses-json==0.6.1
18
+ emoji==2.8.0
19
+ faiss-cpu==1.7.4
20
+ filetype==1.2.0
21
+ frozenlist==1.4.0
22
+ gitdb==4.0.11
23
+ GitPython==3.1.40
24
+ greenlet==3.0.1
25
+ idna==3.4
26
+ importlib-metadata==6.8.0
27
+ install==1.3.5
28
+ Jinja2==3.1.2
29
+ joblib==1.3.2
30
+ jsonpatch==1.33
31
+ jsonpointer==2.4
32
+ jsonschema==4.19.2
33
+ jsonschema-specifications==2023.7.1
34
+ langchain==0.0.331
35
+ langdetect==1.0.9
36
+ langsmith==0.0.57
37
+ lxml==4.9.3
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.3
40
+ marshmallow==3.20.1
41
+ mdurl==0.1.2
42
+ multidict==6.0.4
43
+ mypy-extensions==1.0.0
44
+ nltk==3.8.1
45
+ numpy==1.26.1
46
+ openai==0.28.1
47
+ packaging==23.2
48
+ pandas==2.1.2
49
+ Pillow==10.1.0
50
+ protobuf==4.25.0
51
+ pyarrow==14.0.0
52
+ pydantic==2.4.2
53
+ pydantic_core==2.10.1
54
+ pydeck==0.8.1b0
55
+ Pygments==2.16.1
56
+ python-dateutil==2.8.2
57
+ python-dotenv==1.0.0
58
+ python-iso639==2023.6.15
59
+ python-magic==0.4.27
60
+ pytz==2023.3.post1
61
+ PyYAML==6.0.1
62
+ rapidfuzz==3.5.2
63
+ referencing==0.30.2
64
+ regex==2023.10.3
65
+ requests==2.31.0
66
+ rich==13.6.0
67
+ rpds-py==0.12.0
68
+ six==1.16.0
69
+ smmap==5.0.1
70
+ sniffio==1.3.0
71
+ soupsieve==2.5
72
+ SQLAlchemy==2.0.23
73
+ streamlit==1.28.1
74
+ tabulate==0.9.0
75
+ tenacity==8.2.3
76
+ tiktoken==0.5.1
77
+ toml==0.10.2
78
+ toolz==0.12.0
79
+ tornado==6.3.3
80
+ tqdm==4.66.1
81
+ typing-inspect==0.9.0
82
+ typing_extensions==4.8.0
83
+ tzdata==2023.3
84
+ tzlocal==5.2
85
+ unstructured==0.10.28
86
+ urllib3==2.0.7
87
+ validators==0.22.0
88
+ watchdog==3.0.0
89
+ yarl==1.9.2
90
+ zipp==3.17.0