Skip to content

Commit

Permalink
fix: add requests as a dependency (#271)
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Lamut <plamut@users.noreply.github.com>
  • Loading branch information
HemangChothani and plamut committed Sep 16, 2020
1 parent 0642a73 commit ec52b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -32,6 +32,7 @@
"google-auth >= 1.11.0, < 2.0dev",
"google-cloud-core >= 1.4.1, < 2.0dev",
"google-resumable-media >= 1.0.0, < 2.0dev",
"requests >= 2.18.0, < 3.0.0dev",
]
extras = {}

Expand Down

0 comments on commit ec52b38

Please sign in to comment.