Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
Sync requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidski committed Mar 17, 2024
1 parent 55f2f2f commit da7ade5
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 25 deletions.
13 changes: 13 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[project]
name = "zestimate-lambda"
classifiers = [ "License :: OSI Approved :: MIT License",]
readme="README.md"
dynamic = ["version"]
dependencies = [
"boto3",
"logging",
"pandas",
"requests",
"datetime",
"s3fs"
]
62 changes: 37 additions & 25 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,37 +1,49 @@
aiohttp==3.9.3
aioitertools==0.11.0
aiosignal==1.3.1
asn1crypto==1.5.1
async-timeout==4.0.3
attrs==23.2.0
# This file was autogenerated by uv via the following command:
# uv pip compile pyproject.toml -o requirements.txt
boto3==1.34.64
botocore==1.34.64
# via
# boto3
# s3fs
# s3transfer
certifi==2024.2.2
cffi==1.16.0
chardet==5.2.0
# via requests
charset-normalizer==3.3.2
cryptography==42.0.5
frozenlist==1.4.1
# via requests
datetime==5.4
fsspec==2024.3.0
# via s3fs
idna==3.6
isort==5.13.2
# via requests
jmespath==1.0.1
multidict==6.0.5
ndg-httpsclient==0.5.1
# via
# boto3
# botocore
logging==0.4.9.6
numpy==1.26.4
packaging==24.0
# via pandas
pandas==2.2.1
pathspec==0.12.1
pyasn1==0.5.1
pycparser==2.21
pyOpenSSL==24.1.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
# via
# botocore
# pandas
pytz==2024.1
PyYAML==6.0.1
# via
# datetime
# pandas
requests==2.31.0
s3fs==2024.3.0
s3fs==0.4.2
s3transfer==0.10.1
# via boto3
setuptools==69.2.0
# via zope-interface
six==1.16.0
urllib3==2.2.1
wrapt==1.16.0
yamllint==1.35.1
yarl==1.9.4
# via python-dateutil
tzdata==2024.1
# via pandas
urllib3==1.26.18
# via
# botocore
# requests
zope-interface==6.2
# via datetime

0 comments on commit da7ade5

Please sign in to comment.