forked from FullStackWithLawrence/aws-openai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
62 lines (55 loc) · 1.32 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# -----------------------------------------------------------------------------
# written by: Lawrence McDaniel
# https://lawrencemcdaniel.com
#
# usage: 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
# packages for each Python-based Lambda function.
# -----------------------------------------------------------------------------
# dev and test
# ------------
boto3==1.34.54
botocore==1.34.64
pytest==8.1.1
pytest_mock==3.12.0
requests==2.31.0
# Code linters, formatters, and security scanners
# ------------
black==24.3.0
flake8==7.0.0
flake8-coding==1.3.2
pre-commit==3.6.2
isort==5.13.2
mypy==1.9.0
pylint==3.1.0
bandit==1.7.8
pydocstringformatter==0.7.3
tox==4.14.1
codespell==2.2.6
coverage==7.4.3
# Lambda layer: openai
# ------------
openai==1.14.1
# Lambda layer: common
# ------------
python-dotenv==1.0.1
pydantic==2.6.4
pydantic-settings==2.2.1
python-hcl2==4.3.2
# Lambda layer: langchain
# ------------
langchain
langchain-openai==0.0.8
#langchain-experimental
# Lambda layer: nlp
# ------------
python-Levenshtein==0.25.0
pyyaml
# weather function
googlemaps
openmeteo-requests
requests-cache
retry-requests
numpy
pandas