-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathrequirements.txt
More file actions
20 lines (18 loc) · 728 Bytes
/
requirements.txt
File metadata and controls
20 lines (18 loc) · 728 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -----------------------------------------------------------------------------
# written by: Lawrence McDaniel
# https://lawrencemcdaniel.com
#
# usage: Shared Python requirements for AWS Lambda functions.
# Create a virtual environment in the root of this repository
# named `venv`. Terraform modules will look for and include these
# requirements in the zip package for this layer.
# -----------------------------------------------------------------------------
# generative AI requirements
# --------------------------
openai==2.24.0
# general requirements
# --------------------------
pydantic==2.12.5
pydantic-settings==2.12.0
python-dotenv==1.2.1
python-hcl2==7.3.1