Skip to content

Commit 623cee8

Browse files
committed
chore: lint requirements
1 parent 8f5c276 commit 623cee8

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

api/terraform/python/layer_genai/requirements.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
# named `venv`. Terraform modules will look for and include these
88
# requirements in the zip package for this layer.
99
# -----------------------------------------------------------------------------
10-
python-dotenv==1.0.0
11-
openai==1.6.1
10+
11+
# generative AI requirements
1212
langchain
1313
langchain-experimental
14+
openai==1.6.1
1415
pinecone-client==2.2.4
16+
17+
# general requirements
1518
pydantic==2.5.3
1619
pydantic-settings==2.1.0
1720
python-dotenv==1.0.0

0 commit comments

Comments
 (0)