diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4243bf0..5823ef7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,9 +16,16 @@ Possible types of changes are: - `Fixed` for any bug fixes - `Security` in case of vulnerabilities +1.4.4 - 25.03.2021 +------------------ + +Fixed +''''' +- Added missing ``urllib3`` and ``packaging`` dependencies. + -Unreleased ----------- +1.4.3 - 24.03.2021 +------------------ Fixed ''''' diff --git a/setup.py b/setup.py index a91f7b4..ca4fc95 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,9 @@ setup_requires=['setuptools_scm'], install_requires=[ "fs~=2.0", - "google-cloud-storage~=1.0" + "google-cloud-storage~=1.0", + "urllib3~=1.25", + "packaging~=20.0" ], entry_points={ "fs.opener": [