sofzcc commited on
Commit
760fc1b
·
verified ·
1 Parent(s): 4fc5bbd

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +100 -98
requirements.txt CHANGED
@@ -1,98 +1,100 @@
1
- pysqlite3-binary
2
- distro==1.9.0
3
- dnspython==2.6.1
4
- docarray==0.40.0
5
- email_validator==2.2.0
6
- fastapi==0.111.1
7
- fastapi-cli==0.0.4
8
- filelock==3.15.4
9
- Flask==3.0.3
10
- flatbuffers==24.3.25
11
- fpdf==1.7.2
12
- frozenlist==1.4.1
13
- fsspec==2024.6.1
14
- gitdb==4.0.11
15
- GitPython==3.1.43
16
- google-api-core==2.19.1
17
- google-api-python-client==2.137.0
18
- google-auth==2.32.0
19
- google-auth-httplib2==0.2.0
20
- googleapis-common-protos==1.63.2
21
- huggingface-hub==0.23.4
22
- humanfriendly==10.0
23
- idna==3.7
24
- importlib_metadata==7.1.0
25
- importlib_resources==6.4.0
26
- intel-openmp==2021.4.0
27
- itsdangerous==2.2.0
28
- Jinja2==3.1.4
29
- joblib==1.4.2
30
- jsonpatch==1.33
31
- jsonpointer==3.0.0
32
- jsonschema==4.23.0
33
- jsonschema-specifications==2023.12.1
34
- kubernetes==30.1.0
35
- langchain==0.2.7
36
- langchain_community==0.2.7
37
- langchain-core==0.2.18
38
- langchain-huggingface==0.0.3
39
- langchain-openai==0.1.16
40
- langchain-text-splitters==0.2.2
41
- langchainhub==0.1.20
42
- langsmith==0.1.90
43
- markdown-it-py==3.0.0
44
- MarkupSafe==2.1.5
45
- marshmallow==3.21.3
46
- mdurl==0.1.2
47
- mkl==2021.4.0
48
- mmh3==4.1.0
49
- monotonic==1.6
50
- mpmath==1.3.0
51
- multidict==6.0.5
52
- mypy-extensions==1.0.0
53
- networkx==3.3
54
- nltk==3.8.1
55
- numpy==1.26.4
56
- oauthlib==3.2.2
57
- onnxruntime==1.18.1
58
- openai==1.35.13
59
- opentelemetry-api==1.25.0
60
- opentelemetry-exporter-otlp-proto-common==1.25.0
61
- opentelemetry-exporter-otlp-proto-grpc==1.25.0
62
- opentelemetry-instrumentation==0.46b0
63
- opentelemetry-instrumentation-asgi==0.46b0
64
- opentelemetry-instrumentation-fastapi==0.46b0
65
- opentelemetry-proto==1.25.0
66
- opentelemetry-sdk==1.25.0
67
- opentelemetry-semantic-conventions==0.46b0
68
- opentelemetry-util-http==0.46b0
69
- orjson==3.10.6
70
- overrides==7.7.0
71
- packaging==24.1
72
- pandas==2.2.2
73
- pillow==10.4.0
74
- posthog==3.5.0
75
- proto-plus==1.24.0
76
- protobuf==4.25.3
77
- py-cpuinfo==9.0.0
78
- pyarrow==16.1.0
79
- pyasn1==0.6.0
80
- pyasn1_modules==0.4.0
81
- pydantic==2.8.2
82
- pydantic_core==2.20.1
83
- pydeck==0.9.1
84
- Pygments==2.18.0
85
- pyparsing==3.1.2
86
- pypdf==4.3.0
87
- PyPDF2==3.0.1
88
- pypdfium2==4.30.0
89
- PyPika==0.48.9
90
- python-dotenv
91
- sentence-transformers
92
- streamlit
93
- tiktoken
94
- tokenizers
95
- torch
96
- transformers
97
- youtube_searchs
98
- youtube-transcript-api
 
 
 
1
+ pysqlite3-binary
2
+ distro==1.9.0
3
+ dnspython==2.6.1
4
+ docarray==0.40.0
5
+ email_validator==2.2.0
6
+ fastapi==0.111.1
7
+ fastapi-cli==0.0.4
8
+ filelock==3.15.4
9
+ Flask==3.0.3
10
+ flatbuffers==24.3.25
11
+ fpdf==1.7.2
12
+ frozenlist==1.4.1
13
+ fsspec==2024.6.1
14
+ gitdb==4.0.11
15
+ GitPython==3.1.43
16
+ google-api-core==2.19.1
17
+ google-api-python-client==2.137.0
18
+ google-auth==2.32.0
19
+ google-auth-httplib2==0.2.0
20
+ googleapis-common-protos==1.63.2
21
+ huggingface-hub==0.23.4
22
+ humanfriendly==10.0
23
+ idna==3.7
24
+ importlib_metadata==7.1.0
25
+ importlib_resources==6.4.0
26
+ intel-openmp==2021.4.0
27
+ itsdangerous==2.2.0
28
+ Jinja2==3.1.4
29
+ joblib==1.4.2
30
+ jsonpatch==1.33
31
+ jsonpointer==3.0.0
32
+ jsonschema==4.23.0
33
+ jsonschema-specifications==2023.12.1
34
+ kubernetes==30.1.0
35
+ langchain==0.2.7
36
+ langchain_community==0.2.7
37
+ langchain-core==0.2.18
38
+ langchain-huggingface==0.0.3
39
+ langchain-openai==0.1.16
40
+ langchain-text-splitters==0.2.2
41
+ langchainhub==0.1.20
42
+ langsmith==0.1.90
43
+ markdown-it-py==3.0.0
44
+ MarkupSafe==2.1.5
45
+ marshmallow==3.21.3
46
+ mdurl==0.1.2
47
+ mkl==2021.4.0
48
+ mmh3==4.1.0
49
+ monotonic==1.6
50
+ moviepy
51
+ mpmath==1.3.0
52
+ multidict==6.0.5
53
+ mypy-extensions==1.0.0
54
+ networkx==3.3
55
+ nltk==3.8.1
56
+ numpy==1.26.4
57
+ oauthlib==3.2.2
58
+ onnxruntime==1.18.1
59
+ openai==1.35.13
60
+ opentelemetry-api==1.25.0
61
+ opentelemetry-exporter-otlp-proto-common==1.25.0
62
+ opentelemetry-exporter-otlp-proto-grpc==1.25.0
63
+ opentelemetry-instrumentation==0.46b0
64
+ opentelemetry-instrumentation-asgi==0.46b0
65
+ opentelemetry-instrumentation-fastapi==0.46b0
66
+ opentelemetry-proto==1.25.0
67
+ opentelemetry-sdk==1.25.0
68
+ opentelemetry-semantic-conventions==0.46b0
69
+ opentelemetry-util-http==0.46b0
70
+ orjson==3.10.6
71
+ overrides==7.7.0
72
+ packaging==24.1
73
+ pandas==2.2.2
74
+ pillow==10.4.0
75
+ posthog==3.5.0
76
+ proto-plus==1.24.0
77
+ protobuf==4.25.3
78
+ py-cpuinfo==9.0.0
79
+ pyarrow==16.1.0
80
+ pyasn1==0.6.0
81
+ pyasn1_modules==0.4.0
82
+ pydantic==2.8.2
83
+ pydantic_core==2.20.1
84
+ pydeck==0.9.1
85
+ Pygments==2.18.0
86
+ pyparsing==3.1.2
87
+ pypdf==4.3.0
88
+ PyPDF2==3.0.1
89
+ pypdfium2==4.30.0
90
+ PyPika==0.48.9
91
+ python-dotenv
92
+ pytube
93
+ sentence-transformers
94
+ streamlit
95
+ tiktoken
96
+ tokenizers
97
+ torch
98
+ transformers
99
+ youtube_searchs
100
+ youtube-transcript-api