Skip to content

Commit 8bf8e4d

Browse files
rllinrllin
authored andcommitted
loosen requirements + catch actual error for reraise
1 parent a083993 commit 8bf8e4d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
install_requires=[
1717
"backoff==1.10.0",
1818
"ndjson==0.3.1",
19-
"requests==2.22.0",
20-
"google-api-core>=1.22.1",
19+
"requests>=2.22.0",
2120
],
2221
classifiers=[
2322
'Development Status :: 3 - Alpha',

0 commit comments

Comments
 (0)