Skip to content

Commit 2c51318

Browse files
authored
Updated deps to be compliant with Oct 2020 pip req (#23)
1 parent 2207864 commit 2c51318

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
google-auth>=1.7.0
2-
google-cloud-pubsub>=1.0.0
3-
google-cloud-core>=1.0.3
4-
google-api-core<1.17.0,>=1.14.
2+
google-cloud-pubsub==1.1.0
3+
google-cloud-core==1.3.0
4+
google-api-core==1.22.0
55
mock>=3.0.5
66
oauth2client>=4.1.3
77
requests>=2.22.0

setup.py

+2-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121
install_requires=[
2222
'googleapis-common-protos>=1.6.0',
2323
'google-auth>=1.7.0',
24-
'google-cloud-pubsub>=1.0.0',
25-
'google-cloud-core>=1.0.3',
26-
'google-api-core<1.17.0,>=1.14.0'
24+
'google-cloud-pubsub>=1.1.0',
25+
'google-cloud-core==1.3.0',
2726
'mock>=3.0.5',
2827
'oauth2client>=4.1.3',
2928
'requests>=2.22.0'

0 commit comments

Comments
 (0)