Skip to content

3.0.0

Compare
Choose a tag to compare
@mpenkov mpenkov released this 08 Oct 08:51
· 282 commits to develop since this release

3.0.0, 8 Oct 2020

This release modifies the behavior of setup.py with respect to dependencies.
Previously, boto3 and other AWS-related packages were installed by default.
Now, in order to install them, you need to run either:

pip install smart_open[s3]

to install the AWS dependencies only.

Or

pip install smart_open[all]

to install all dependencies, including AWS, GCS, etc.