-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathrequirements.txt
More file actions
23 lines (20 loc) · 754 Bytes
/
requirements.txt
File metadata and controls
23 lines (20 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -----------------------------------------------------------------------------
# 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.
# -----------------------------------------------------------------------------
pyyaml==6.0.3
# NLP requirements
# --------------------------
python-Levenshtein==0.27.3
pyyaml
# weather function
# --------------------------
googlemaps==4.10.0
openmeteo-requests==1.7.5
requests-cache==1.3.0
retry-requests==2.0.0