Skip to content

Commit

Permalink
Merge pull request #10 from asfadmin/rew/pr-6306-fix-dependency-install
Browse files Browse the repository at this point in the history
PR-6306 Add dependency locking
  • Loading branch information
reweeden authored Dec 11, 2024
2 parents f99e819 + de6da82 commit dd04432
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/requirements.in
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
55 changes: 53 additions & 2 deletions src/requirements.txt
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

0 comments on commit dd04432

Please sign in to comment.