prthm11 commited on
Commit
1767a62
·
verified ·
1 Parent(s): e973683

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +100 -101
requirements.txt CHANGED
@@ -1,101 +1,100 @@
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
 
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
+ PyYAML
77
+ requests
78
+ requests-toolbelt
79
+ rsa
80
+ scikit-learn
81
+ scipy
82
+ simple-websocket
83
+ six
84
+ sniffio
85
+ SQLAlchemy
86
+ tabulate
87
+ tenacity
88
+ threadpoolctl
89
+ tqdm
90
+ typing-inspect
91
+ typing-inspection
92
+ typing_extensions
93
+ tzdata
94
+ urllib3
95
+ wcwidth
96
+ webencodings
97
+ Werkzeug
98
+ wsproto
99
+ yarl
100
+ zstandard