-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from asfadmin/rew/pr-6306-fix-dependency-install
PR-6306 Add dependency locking
- Loading branch information
Showing
2 changed files
with
55 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
cumulus-message-adapter-python | ||
mandible @ git+https://github.com/asfadmin/mandible@v0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,57 @@ | ||
# This file was autogenerated by uv via the following command: | ||
# uv pip compile --python 3.9 src/requirements.in --output-file src/requirements.txt | ||
# And then edited by hand to remove unused dependencies and dependencies that | ||
# are included in lambda by default. | ||
attrs==24.2.0 | ||
# via jsonschema | ||
# boto3==1.26.165 | ||
# via cumulus-message-adapter | ||
# included in lambda | ||
# botocore==1.29.165 | ||
# via | ||
# boto3 | ||
# s3fs | ||
# s3transfer | ||
# included in lambda | ||
cumulus-message-adapter==2.0.3 | ||
# via cumulus-message-adapter-python | ||
cumulus-message-adapter-python==2.2.0 | ||
jsonpath-ng==1.4.2 | ||
# via -r src/requirements.in | ||
# decorator==5.1.1 | ||
# via jsonpath-ng | ||
# unused https://github.com/h2non/jsonpath-ng/issues/125 | ||
# fsspec==2024.10.0 | ||
# via s3fs | ||
# unused by this application | ||
# jmespath==1.0.1 | ||
# via | ||
# boto3 | ||
# botocore | ||
# included in lambda | ||
jsonpath-ng==1.4.3 | ||
# via cumulus-message-adapter | ||
jsonschema==4.17.3 | ||
mandible @ git+https://github.com/asfadmin/mandible@v0.4.0 | ||
# via cumulus-message-adapter | ||
mandible @ git+https://github.com/asfadmin/mandible@5ec525ac40927045f7b0190d9e6621680af3a841 | ||
# via -r src/requirements.in | ||
ply==3.11 | ||
# via jsonpath-ng | ||
pyrsistent==0.20.0 | ||
# via jsonschema | ||
# python-dateutil==2.9.0.post0 | ||
# via botocore | ||
# included in lambda | ||
# s3fs==0.4.2 | ||
# via mandible | ||
# unused by this application | ||
# s3transfer==0.6.2 | ||
# via boto3 | ||
# included in lambda | ||
# six==1.17.0 | ||
# via | ||
# jsonpath-ng | ||
# python-dateutil | ||
# included in lambda | ||
# urllib3==1.26.20 | ||
# via botocore | ||
# included in lambda |