diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5823ef7..def932c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -16,6 +16,14 @@ Possible types of changes are: - `Fixed` for any bug fixes - `Security` in case of vulnerabilities +1.4.5 - 25.03.2021 +------------------ + +Fixed +''''' +- Added missing ``requests`` dependency. + + 1.4.4 - 25.03.2021 ------------------ diff --git a/setup.py b/setup.py index ca4fc95..013107e 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,8 @@ "fs~=2.0", "google-cloud-storage~=1.0", "urllib3~=1.25", - "packaging~=20.0" + "packaging~=20.0", + "requests~=2.20" ], entry_points={ "fs.opener": [