Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit f9ab048

Browse files
author
Bogdan Drutu
authored
Update google dependencies for tests and setup. (#428)
1 parent 4ef5df4 commit f9ab048

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

requirements-test.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django==1.11.15
22
Flask==0.12.3
3-
google-cloud-monitoring==0.29.0
4-
google-cloud-trace==0.17.0
3+
google-cloud-monitoring==0.31.0
4+
google-cloud-trace==0.19.0
55
grpcio==1.16.1
66
mock==2.0.0
77
mysql-connector==2.1.6

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
from setuptools import setup
1818

1919
extras = {
20-
"stackdriver": ['google-cloud-trace>=0.17.0, <0.20'],
20+
"stackdriver": ['google-cloud-trace>=0.19.0, <0.20'],
2121
"prometheus_client": ['prometheus_client==0.3.1']
2222
}
2323

2424
install_requires = [
25-
'google-api-core >= 0.1.1, < 2.0.0',
25+
'google-api-core >= 1.0.0, < 2.0.0',
2626
]
2727

2828
exec(open("opencensus/__version__.py").read())

0 commit comments

Comments
 (0)