Skip to content

Commit

Permalink
Add missing urllib3 and packaging dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
btschroer committed Mar 25, 2021
1 parent ae98e90 commit 2c5cbe8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
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 2c5cbe8

Please sign in to comment.