Spaces:
Running
Running
Add lz4 and protoc-gen-openapiv2 to requirements.txt
Browse files- app/requirements.txt +2 -0
app/requirements.txt
CHANGED
@@ -84,6 +84,7 @@ langchain-text-splitters==0.3.7
|
|
84 |
langdetect==1.0.9
|
85 |
langsmith==0.3.11
|
86 |
lxml==5.3.1
|
|
|
87 |
markdown-it-py==3.0.0
|
88 |
MarkupSafe==3.0.2
|
89 |
marshmallow==3.26.1
|
@@ -131,6 +132,7 @@ posthog==3.18.1
|
|
131 |
propcache==0.3.1
|
132 |
proto-plus==1.26.0
|
133 |
protobuf==5.29.3
|
|
|
134 |
psutil==7.0.0
|
135 |
pyarrow==19.0.1
|
136 |
pyasn1==0.4.8
|
|
|
84 |
langdetect==1.0.9
|
85 |
langsmith==0.3.11
|
86 |
lxml==5.3.1
|
87 |
+
lz4==4.4.4
|
88 |
markdown-it-py==3.0.0
|
89 |
MarkupSafe==3.0.2
|
90 |
marshmallow==3.26.1
|
|
|
132 |
propcache==0.3.1
|
133 |
proto-plus==1.26.0
|
134 |
protobuf==5.29.3
|
135 |
+
protoc-gen-openapiv2==0.0.1
|
136 |
psutil==7.0.0
|
137 |
pyarrow==19.0.1
|
138 |
pyasn1==0.4.8
|