NishantD commited on
Commit
4ff40f6
·
verified ·
1 Parent(s): fb3ac23

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +127 -127
requirements.txt CHANGED
@@ -1,127 +1,127 @@
1
- aiofiles==23.2.1
2
- aiohttp==3.9.1
3
- aiosignal==1.3.1
4
- annotated-types==0.6.0
5
- anyio==3.7.1
6
- asgiref==3.7.2
7
- asyncer==0.0.2
8
- attrs==23.2.0
9
- backoff==2.2.1
10
- bcrypt==4.1.2
11
- bidict==0.22.1
12
- build==1.0.3
13
- cachetools==5.3.2
14
- certifi==2023.11.17
15
- chainlit==1.0.100
16
- charset-normalizer==3.3.2
17
- chroma-hnswlib==0.7.3
18
- chromadb==0.3.29
19
- click==8.1.7
20
- colorama==0.4.6
21
- coloredlogs==15.0.1
22
- dataclasses-json==0.5.14
23
- Deprecated==1.2.14
24
- fastapi==0.100.0
25
- fastapi-socketio==0.0.10
26
- filelock==3.13.1
27
- filetype==1.2.0
28
- flatbuffers==23.5.26
29
- frozenlist==1.4.1
30
- fsspec==2023.12.2
31
- google-ai-generativelanguage==0.4.0
32
- google-api-core==2.15.0
33
- google-auth==2.26.2
34
- google-generativeai==0.3.2
35
- googleapis-common-protos==1.62.0
36
- greenlet==3.0.3
37
- grpcio==1.60.0
38
- grpcio-status==1.60.0
39
- h11==0.14.0
40
- httpcore==0.17.3
41
- httptools==0.6.1
42
- httpx==0.24.1
43
- huggingface-hub==0.20.2
44
- humanfriendly==10.0
45
- idna==3.6
46
- importlib-metadata==6.11.0
47
- importlib-resources==6.1.1
48
- jsonpatch==1.33
49
- jsonpointer==2.4
50
- kubernetes==29.0.0
51
- langchain==0.1.0
52
- langchain-community==0.0.11
53
- langchain-core==0.1.10
54
- langchain-google-genai==0.0.5
55
- langsmith==0.0.80
56
- Lazify==0.4.0
57
- literalai==0.0.102
58
- marshmallow==3.20.2
59
- mmh3==4.1.0
60
- monotonic==1.6
61
- mpmath==1.3.0
62
- multidict==6.0.4
63
- mypy-extensions==1.0.0
64
- nest-asyncio==1.5.8
65
- numpy==1.26.3
66
- oauthlib==3.2.2
67
- onnxruntime==1.16.3
68
- opentelemetry-api==1.22.0
69
- opentelemetry-exporter-otlp==1.22.0
70
- opentelemetry-exporter-otlp-proto-common==1.22.0
71
- opentelemetry-exporter-otlp-proto-grpc==1.22.0
72
- opentelemetry-exporter-otlp-proto-http==1.22.0
73
- opentelemetry-instrumentation==0.43b0
74
- opentelemetry-instrumentation-asgi==0.43b0
75
- opentelemetry-instrumentation-fastapi==0.43b0
76
- opentelemetry-proto==1.22.0
77
- opentelemetry-sdk==1.22.0
78
- opentelemetry-semantic-conventions==0.43b0
79
- opentelemetry-util-http==0.43b0
80
- overrides==7.4.0
81
- packaging==23.2
82
- posthog==3.3.1
83
- proto-plus==1.23.0
84
- protobuf==4.25.2
85
- pulsar-client==3.4.0
86
- pyasn1==0.5.1
87
- pyasn1-modules==0.3.0
88
- pydantic==1.10.12 # Adjusted to match compatibility with existing packages
89
- PyJWT==2.8.0
90
- pypdf==3.17.4
91
- PyPika==0.48.9
92
- pyproject_hooks==1.0.0
93
- pyreadline3==3.4.1
94
- python-dateutil==2.8.2
95
- python-dotenv==1.0.0
96
- python-engineio==4.8.2
97
- python-graphql-client==0.4.3
98
- python-multipart==0.0.6
99
- python-socketio==5.11.0
100
- PyYAML==6.0.1
101
- requests==2.31.0
102
- requests-oauthlib==1.3.1
103
- rsa==4.9
104
- simple-websocket==1.0.0
105
- six==1.16.0
106
- sniffio==1.3.0
107
- SQLAlchemy==2.0.25
108
- starlette==0.27.0
109
- sympy==1.12
110
- syncer==2.0.3
111
- tenacity==8.2.3
112
- tokenizers==0.15.0
113
- tomli==2.0.1
114
- tqdm==4.66.1
115
- typer==0.9.0
116
- typing-inspect==0.9.0
117
- typing_extensions==4.9.0
118
- uptrace==1.22.0
119
- urllib3==2.1.0
120
- uvicorn==0.23.2
121
- watchfiles==0.20.0
122
- websocket-client==1.7.0
123
- websockets==12.0
124
- wrapt==1.16.0
125
- wsproto==1.2.0
126
- yarl==1.9.4
127
- zipp==3.17.0
 
1
+ aiofiles
2
+ aiohttp
3
+ aiosignal
4
+ annotated-types
5
+ anyio
6
+ asgiref
7
+ asyncer
8
+ attrs
9
+ backoff
10
+ bcrypt
11
+ bidict
12
+ build
13
+ cachetools
14
+ certifi
15
+ chainlit
16
+ charset-normalizer
17
+ chroma-hnswlib
18
+ chromadb
19
+ click
20
+ colorama
21
+ coloredlogs
22
+ dataclasses-json
23
+ Deprecated
24
+ fastapi
25
+ fastapi-socketio
26
+ filelock
27
+ filetype
28
+ flatbuffers
29
+ frozenlist
30
+ fsspec
31
+ google-ai-generativelanguage
32
+ google-api-core
33
+ google-auth
34
+ google-generativeai
35
+ googleapis-common-protos
36
+ greenlet
37
+ grpcio
38
+ grpcio-status
39
+ h11
40
+ httpcore
41
+ httptools
42
+ httpx
43
+ huggingface-hub
44
+ humanfriendly
45
+ idna
46
+ importlib-metadata
47
+ importlib-resources
48
+ jsonpatch
49
+ jsonpointer
50
+ kubernetes
51
+ langchain
52
+ langchain-community
53
+ langchain-core
54
+ langchain-google-genai
55
+ langsmith
56
+ Lazify
57
+ literalai
58
+ marshmallow
59
+ mmh3
60
+ monotonic
61
+ mpmath
62
+ multidict
63
+ mypy-extensions
64
+ nest-asyncio
65
+ numpy
66
+ oauthlib
67
+ onnxruntime
68
+ opentelemetry-api
69
+ opentelemetry-exporter-otlp
70
+ opentelemetry-exporter-otlp-proto-common
71
+ opentelemetry-exporter-otlp-proto-grpc
72
+ opentelemetry-exporter-otlp-proto-http
73
+ opentelemetry-instrumentation
74
+ opentelemetry-instrumentation-asgi
75
+ opentelemetry-instrumentation-fastapi
76
+ opentelemetry-proto
77
+ opentelemetry-sdk
78
+ opentelemetry-semantic-conventions
79
+ opentelemetry-util-http
80
+ overrides
81
+ packaging
82
+ posthog
83
+ proto-plus
84
+ protobuf
85
+ pulsar-client
86
+ pyasn1
87
+ pyasn1-modules
88
+ pydantic
89
+ PyJWT
90
+ pypdf
91
+ PyPika
92
+ pyproject_hooks
93
+ pyreadline3
94
+ python-dateutil
95
+ python-dotenv
96
+ python-engineio
97
+ python-graphql-client
98
+ python-multipart
99
+ python-socketio
100
+ PyYAML
101
+ requests
102
+ requests-oauthlib
103
+ rsa
104
+ simple-websocket
105
+ six
106
+ sniffio
107
+ SQLAlchemy
108
+ starlette
109
+ sympy
110
+ syncer
111
+ tenacity
112
+ tokenizers
113
+ tomli
114
+ tqdm
115
+ typer
116
+ typing-inspect
117
+ typing_extensions
118
+ uptrace
119
+ urllib3
120
+ uvicorn
121
+ watchfiles
122
+ websocket-client
123
+ websockets
124
+ wrapt
125
+ wsproto
126
+ yarl
127
+ zipp