Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

fix: bump smart open version to fix pipeline uploader entry point #28

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion aws_utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import boto


try:
import configparser
except ImportError:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
INSTALL_REQUIRES = [
'boto>=2.38.0',# need to stay in this version as sqs.get_queue function stops working when we upgrade
'boto3>=1.2.3',
'smart_open==1.3.2',# smart open must be 1.3.2 because in 1.3.3 onward the gzip write functionality has been removed
'smart_open==1.3.3'# smart open must be within this range
'dateutils>=0.6.6',
'retrying>=1.3.3'
]
Expand Down