Upload requirements.txt
Browse files- requirements.txt +57 -61
requirements.txt
CHANGED
@@ -1,92 +1,88 @@
|
|
1 |
-
|
2 |
-
|
|
|
3 |
annotated-types==0.7.0
|
4 |
-
anyio==4.
|
5 |
-
|
6 |
-
|
7 |
-
cachetools==
|
8 |
-
|
9 |
-
certifi==2024.8.30
|
10 |
charset-normalizer==3.4.0
|
11 |
-
db-sqlite3
|
12 |
-
pysqlite3-binary
|
13 |
-
pydantic
|
14 |
-
langchain-core
|
15 |
-
click==8.1.7
|
16 |
colorama==0.4.6
|
|
|
17 |
distro==1.9.0
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
20 |
google-ai-generativelanguage==0.6.10
|
21 |
-
google-api-core==2.
|
22 |
-
google-api-python-client==2.
|
23 |
-
google-auth==2.
|
24 |
google-auth-httplib2==0.2.0
|
25 |
google-generativeai==0.8.3
|
26 |
googleapis-common-protos==1.66.0
|
27 |
-
grpcio==1.68.
|
28 |
-
grpcio-status==1.68.
|
29 |
h11==0.14.0
|
30 |
-
huggingface-hub
|
31 |
httpcore==1.0.7
|
32 |
httplib2==0.22.0
|
33 |
-
httpx==0.
|
|
|
34 |
idna==3.10
|
35 |
-
|
36 |
-
jiter==0.7.1
|
37 |
jsonpatch==1.33
|
38 |
jsonpointer==3.0.0
|
39 |
-
|
40 |
-
|
41 |
-
langchain-core==0.3.
|
42 |
-
langchain-google-genai==2.0.
|
43 |
-
langchain-
|
44 |
-
langsmith==0.
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
numpy==
|
50 |
-
openai==1.
|
51 |
-
orjson==3.10.
|
52 |
packaging==24.2
|
53 |
-
|
54 |
pillow==11.0.0
|
|
|
55 |
proto-plus==1.25.0
|
56 |
-
protobuf==5.
|
57 |
-
pyarrow==18.0.0
|
58 |
pyasn1==0.6.1
|
59 |
pyasn1_modules==0.4.1
|
60 |
-
pydantic==2.10.
|
61 |
-
|
62 |
-
|
63 |
-
Pygments==2.18.0
|
64 |
pyparsing==3.2.0
|
65 |
-
|
|
|
|
|
|
|
|
|
66 |
pytz==2024.2
|
67 |
PyYAML==6.0.2
|
68 |
-
referencing==0.35.1
|
69 |
-
regex==2024.11.6
|
70 |
requests==2.32.3
|
71 |
requests-toolbelt==1.0.0
|
72 |
-
rich==13.9.4
|
73 |
-
rpds-py==0.21.0
|
74 |
rsa==4.9
|
75 |
-
|
76 |
-
|
|
|
77 |
sniffio==1.3.1
|
78 |
-
|
|
|
|
|
79 |
tenacity==9.0.0
|
80 |
-
tiktoken==0.8.0
|
81 |
-
toml==0.10.2
|
82 |
tornado==6.4.2
|
83 |
-
tqdm==4.67.
|
|
|
84 |
typing_extensions==4.12.2
|
85 |
tzdata==2024.2
|
|
|
86 |
uritemplate==4.1.1
|
87 |
-
urllib3==
|
88 |
-
|
89 |
-
docx2txt
|
90 |
-
sentence-transformers==3.2.1
|
91 |
-
chromadb
|
92 |
-
pypdf
|
|
|
1 |
+
aiohappyeyeballs==2.4.4
|
2 |
+
aiohttp==3.11.11
|
3 |
+
aiosignal==1.3.2
|
4 |
annotated-types==0.7.0
|
5 |
+
anyio==4.7.0
|
6 |
+
APScheduler==3.6.3
|
7 |
+
attrs==24.3.0
|
8 |
+
cachetools==4.2.2
|
9 |
+
certifi==2024.12.14
|
|
|
10 |
charset-normalizer==3.4.0
|
|
|
|
|
|
|
|
|
|
|
11 |
colorama==0.4.6
|
12 |
+
dataclasses-json==0.6.7
|
13 |
distro==1.9.0
|
14 |
+
doc2text==0.2.4
|
15 |
+
docx2txt==0.8
|
16 |
+
filetype==1.2.0
|
17 |
+
frozenlist==1.5.0
|
18 |
+
future==1.0.0
|
19 |
google-ai-generativelanguage==0.6.10
|
20 |
+
google-api-core==2.24.0
|
21 |
+
google-api-python-client==2.156.0
|
22 |
+
google-auth==2.37.0
|
23 |
google-auth-httplib2==0.2.0
|
24 |
google-generativeai==0.8.3
|
25 |
googleapis-common-protos==1.66.0
|
26 |
+
grpcio==1.68.1
|
27 |
+
grpcio-status==1.68.1
|
28 |
h11==0.14.0
|
|
|
29 |
httpcore==1.0.7
|
30 |
httplib2==0.22.0
|
31 |
+
httpx==0.28.1
|
32 |
+
httpx-sse==0.4.0
|
33 |
idna==3.10
|
34 |
+
jiter==0.8.2
|
|
|
35 |
jsonpatch==1.33
|
36 |
jsonpointer==3.0.0
|
37 |
+
langchain==0.3.13
|
38 |
+
langchain-community==0.3.13
|
39 |
+
langchain-core==0.3.28
|
40 |
+
langchain-google-genai==2.0.7
|
41 |
+
langchain-text-splitters==0.3.4
|
42 |
+
langsmith==0.2.4
|
43 |
+
marshmallow==3.23.2
|
44 |
+
mime==0.1.0
|
45 |
+
multidict==6.1.0
|
46 |
+
mypy-extensions==1.0.0
|
47 |
+
numpy==2.2.1
|
48 |
+
openai==1.58.1
|
49 |
+
orjson==3.10.12
|
50 |
packaging==24.2
|
51 |
+
pathlib==1.0.1
|
52 |
pillow==11.0.0
|
53 |
+
propcache==0.2.1
|
54 |
proto-plus==1.25.0
|
55 |
+
protobuf==5.29.2
|
|
|
56 |
pyasn1==0.6.1
|
57 |
pyasn1_modules==0.4.1
|
58 |
+
pydantic==2.10.4
|
59 |
+
pydantic-settings==2.7.0
|
60 |
+
pydantic_core==2.27.2
|
|
|
61 |
pyparsing==3.2.0
|
62 |
+
PyPDF2==3.0.1
|
63 |
+
pytesseract==0.3.13
|
64 |
+
python-dotenv==1.0.1
|
65 |
+
python-telegram==0.19.0
|
66 |
+
python-telegram-bot==13.7
|
67 |
pytz==2024.2
|
68 |
PyYAML==6.0.2
|
|
|
|
|
69 |
requests==2.32.3
|
70 |
requests-toolbelt==1.0.0
|
|
|
|
|
71 |
rsa==4.9
|
72 |
+
scipy==1.14.1
|
73 |
+
setuptools==75.6.0
|
74 |
+
six==1.17.0
|
75 |
sniffio==1.3.1
|
76 |
+
SQLAlchemy==2.0.36
|
77 |
+
standard-imghdr==3.13.0
|
78 |
+
telegram_text==0.2.0
|
79 |
tenacity==9.0.0
|
|
|
|
|
80 |
tornado==6.4.2
|
81 |
+
tqdm==4.67.1
|
82 |
+
typing-inspect==0.9.0
|
83 |
typing_extensions==4.12.2
|
84 |
tzdata==2024.2
|
85 |
+
tzlocal==5.2
|
86 |
uritemplate==4.1.1
|
87 |
+
urllib3==1.26.15
|
88 |
+
yarl==1.18.3
|
|
|
|
|
|
|
|