File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
google-auth >= 1.7.0
2
- google-cloud-pubsub == 1.1 .0
2
+ google-cloud-pubsub == 1.7 .0
3
3
google-cloud-core == 1.3.0
4
- google-api-core == 1.22.0
4
+ google-api-core == 1.22.4
5
5
mock >= 3.0.5
6
6
oauth2client >= 4.1.3
7
7
requests >= 2.22.0
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- description-file = README.md
2
+ description-file = README.rst
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = 'dnaStreaming' ,
7
- version = '2.0.0 ' ,
7
+ version = '2.0.1 ' ,
8
8
description = 'Dow Jones DNA Streaming Project' ,
9
9
author = 'Chris Flesche' ,
10
10
21
21
install_requires = [
22
22
'googleapis-common-protos>=1.6.0' ,
23
23
'google-auth>=1.7.0' ,
24
- 'google-cloud-pubsub>=1.1 .0' ,
24
+ 'google-cloud-pubsub==1.7 .0' ,
25
25
'google-cloud-core==1.3.0' ,
26
+ 'google-api-core==1.22.4' ,
26
27
'mock>=3.0.5' ,
27
28
'oauth2client>=4.1.3' ,
28
29
'requests>=2.22.0'
You can’t perform that action at this time.
0 commit comments