Skip to content

Commit

Permalink
Merge pull request #43 from trendelkampschroer/bugfix/add_missing_dep…
Browse files Browse the repository at this point in the history
…endency_specifications

Bugfix/add missing dependency specifications
  • Loading branch information
trendelkampschroer committed Mar 25, 2021
2 parents ae98e90 + 165561f commit 40c1be0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.rst
Expand Up @@ -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
'''''
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Expand Up @@ -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": [
Expand Down

0 comments on commit 40c1be0

Please sign in to comment.