Skip to content

Commit

Permalink
Update bagit-python
Browse files Browse the repository at this point in the history
Use the dev/am-117 branch of the bagit-python fork which includes a fix for
environments where pkg_resources is not available, i.e. Python 3.12 where
setuptools is not bundled, even though we're currently listing setuptools as
a dependency of zope (used by gevent).
  • Loading branch information
sevein committed Sep 12, 2024
1 parent c353a38 commit d6b3869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ attrs==24.2.0
# -r requirements.txt
# jsonschema
# referencing
bagit @ git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e631461bfd7add87e200500d40ca21
bagit @ git+https://github.com/artefactual-labs/bagit-python.git@902051d8410219f6c5f4ce6d43e5b272cf29e89b
# via -r requirements.txt
brotli==1.1.0
# via -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Django>=4.2,<5
agentarchives
amclient
ammcpc
git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e631461bfd7add87e200500d40ca21#egg=bagit
git+https://github.com/artefactual-labs/bagit-python.git@902051d8410219f6c5f4ce6d43e5b272cf29e89b#egg=bagit
brotli
clamd
django-autoslug
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==24.2.0
# via
# jsonschema
# referencing
bagit @ git+https://github.com/artefactual-labs/bagit-python.git@4b8fde73b4e631461bfd7add87e200500d40ca21
bagit @ git+https://github.com/artefactual-labs/bagit-python.git@902051d8410219f6c5f4ce6d43e5b272cf29e89b
# via -r requirements.in
brotli==1.1.0
# via -r requirements.in
Expand Down

0 comments on commit d6b3869

Please sign in to comment.