prthm11 commited on
Commit
e973683
·
verified ·
1 Parent(s): 857009d

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +101 -101
requirements.txt CHANGED
@@ -1,101 +1,101 @@
1
- aiohappyeyeballs==2.6.1
2
- aiohttp==3.12.15
3
- aiosignal==1.4.0
4
- annotated-types==0.7.0
5
- anyio==4.10.0
6
- attrs==25.3.0
7
- azure-common==1.1.28
8
- azure-core==1.32.0
9
- azure-search-documents==11.5.2
10
- bidict==0.23.1
11
- blinker==1.9.0
12
- cachetools==5.5.2
13
- certifi==2025.8.3
14
- charset-normalizer==3.4.3
15
- click==8.2.1
16
- colorama==0.4.6
17
- dataclasses-json==0.6.7
18
- distro==1.9.0
19
- dnspython==2.7.0
20
- dotenv==0.9.9
21
- filetype==1.2.0
22
- Flask==3.1.1
23
- Flask-SocketIO==5.5.1
24
- frozenlist==1.7.0
25
- fuzzywuzzy==0.18.0
26
- google-ai-generativelanguage==0.6.18
27
- google-api-core==2.25.1
28
- google-auth==2.40.3
29
- googleapis-common-protos==1.70.0
30
- greenlet==3.2.4
31
- groq==0.31.0
32
- grpcio==1.74.0
33
- grpcio-status==1.74.0
34
- h11==0.16.0
35
- httpcore==1.0.9
36
- httpx==0.28.1
37
- httpx-sse==0.4.1
38
- idna==3.10
39
- isodate==0.7.2
40
- itsdangerous==2.2.0
41
- Jinja2==3.1.6
42
- joblib==1.5.1
43
- jsonpatch==1.33
44
- jsonpointer==3.0.0
45
- langchain==0.3.27
46
- langchain-community==0.3.27
47
- langchain-core==0.3.74
48
- langchain-google-genai==2.1.9
49
- langchain-groq==0.3.7
50
- langchain-text-splitters==0.3.9
51
- langsmith==0.4.16
52
- MarkupSafe==3.0.2
53
- marshmallow==3.26.1
54
- multidict==6.6.4
55
- mypy_extensions==1.1.0
56
- numpy==2.3.2
57
- orjson==3.11.2
58
- packaging==25.0
59
- pandas==2.2.3
60
- propcache==0.3.2
61
- proto-plus==1.26.1
62
- protobuf==6.32.0
63
- psycopg2-binary==2.9.10
64
- pyasn1==0.6.1
65
- pyasn1_modules==0.4.2
66
- pydantic==2.11.7
67
- pydantic-settings==2.10.1
68
- pydantic_core==2.33.2
69
- pymongo==4.14.1
70
- pyodbc==5.2.0
71
- python-dateutil==2.9.0.post0
72
- python-dotenv==1.1.1
73
- python-engineio==4.12.2
74
- python-socketio==5.13.0
75
- pytz==2025.1
76
- pywin32==310
77
- PyYAML==6.0.2
78
- requests==2.32.5
79
- requests-toolbelt==1.0.0
80
- rsa==4.9.1
81
- scikit-learn==1.7.1
82
- scipy==1.16.1
83
- simple-websocket==1.1.0
84
- six==1.17.0
85
- sniffio==1.3.1
86
- SQLAlchemy==2.0.43
87
- tabulate==0.9.0
88
- tenacity==9.1.2
89
- threadpoolctl==3.6.0
90
- tqdm==4.67.1
91
- typing-inspect==0.9.0
92
- typing-inspection==0.4.1
93
- typing_extensions==4.14.1
94
- tzdata==2025.1
95
- urllib3==2.5.0
96
- wcwidth==0.2.13
97
- webencodings==0.5.1
98
- Werkzeug==3.1.3
99
- wsproto==1.2.0
100
- yarl==1.20.1
101
- zstandard==0.24.0
 
1
+ aiohappyeyeballs
2
+ aiohttp
3
+ aiosignal
4
+ annotated-types
5
+ anyio
6
+ attrs
7
+ azure-common
8
+ azure-core
9
+ azure-search-documents
10
+ bidict
11
+ blinker
12
+ cachetools
13
+ certifi
14
+ charset-normalizer
15
+ click
16
+ colorama
17
+ dataclasses-json
18
+ distro
19
+ dnspython
20
+ dotenv
21
+ filetype
22
+ Flask
23
+ Flask-SocketIO
24
+ frozenlist
25
+ fuzzywuzzy
26
+ google-ai-generativelanguage
27
+ google-api-core
28
+ google-auth
29
+ googleapis-common-protos
30
+ greenlet
31
+ groq
32
+ grpcio
33
+ grpcio-status
34
+ h11
35
+ httpcore
36
+ httpx
37
+ httpx-sse
38
+ idna
39
+ isodate
40
+ itsdangerous
41
+ Jinja2
42
+ joblib
43
+ jsonpatch
44
+ jsonpointer
45
+ langchain
46
+ langchain-community
47
+ langchain-core
48
+ langchain-google-genai
49
+ langchain-groq
50
+ langchain-text-splitters
51
+ langsmith
52
+ MarkupSafe
53
+ marshmallow
54
+ multidict
55
+ mypy_extensions
56
+ numpy
57
+ orjson
58
+ packaging
59
+ pandas
60
+ propcache
61
+ proto-plus
62
+ protobuf
63
+ psycopg2-binary
64
+ pyasn1
65
+ pyasn1_modules
66
+ pydantic
67
+ pydantic-settings
68
+ pydantic_core
69
+ pymongo
70
+ pyodbc
71
+ python-dateutil
72
+ python-dotenv
73
+ python-engineio
74
+ python-socketio
75
+ pytz
76
+ pywin32
77
+ PyYAML
78
+ requests
79
+ requests-toolbelt
80
+ rsa
81
+ scikit-learn
82
+ scipy
83
+ simple-websocket
84
+ six
85
+ sniffio
86
+ SQLAlchemy
87
+ tabulate
88
+ tenacity
89
+ threadpoolctl
90
+ tqdm
91
+ typing-inspect
92
+ typing-inspection
93
+ typing_extensions
94
+ tzdata
95
+ urllib3
96
+ wcwidth
97
+ webencodings
98
+ Werkzeug
99
+ wsproto
100
+ yarl
101
+ zstandard