Skip to content

Commit

Permalink
Merge pull request #44 from trendelkampschroer/bugix/add_missing_requ…
Browse files Browse the repository at this point in the history
…ests_dependency

Add missing `requests` dependency.
  • Loading branch information
trendelkampschroer authored Mar 25, 2021
2 parents 40c1be0 + 13b9273 commit 58ac6de
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
------------------

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit 58ac6de

Please sign in to comment.