Skip to content

Commit

Permalink
Remove S3MediaUploader module dependencies
Browse files Browse the repository at this point in the history
Only the top-level module is needed.
  • Loading branch information
Nick-Hall committed Sep 10, 2023
1 parent a2f9d68 commit 74965a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S3MediaUploader/S3MediaUploader.gpr.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
description=_(
"Upload media files to S3 (or compatible) object-based storage via the command line."
),
version = '0.1.6',
version = '0.1.7',
gramps_target_version="5.2",
requires_mod=["python-dateutil", "urllib3", "botocore", "jmespath", "s3transfer", "boto3"],
requires_mod=["boto3"],
)

0 comments on commit 74965a5

Please sign in to comment.