Skip to content

Commit

Permalink
Include requests when installing google-resumable-media
Browse files Browse the repository at this point in the history
This commit adds the requests package (which is an extra dependency,
i.e. listed as optional) when installing the
google-resumable-media pip package.

Currently this is missing when installing Rally without development
dependencies and will cause tracks relying on GS hosted private buckets
to fail.

Closes elastic#1269
  • Loading branch information
dliappis committed May 20, 2021
1 parent d9dcb2c commit c95be23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def str_from_file(name):
# License: Apache 2.0
# transitive dependencies:
# google-crc32c: Apache 2.0
"google-resumable-media==1.1.0",
"google-resumable-media[requests]==1.1.0",
# License: Apache 2.0
"google-auth==1.22.1"
]
Expand Down

0 comments on commit c95be23

Please sign in to comment.