This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
opencensus-ext-stackdriver Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4040 long_description = open ('README.rst' ).read (),
4141 install_requires = [
4242 'opencensus >= 0.4.dev0, < 1.0.0' ,
43+ 'thrift >= 0.10.0' ,
4344 ],
4445 extras_require = {},
4546 license = 'Apache-2.0' ,
Original file line number Diff line number Diff line change 3939 include_package_data = True ,
4040 long_description = open ('README.rst' ).read (),
4141 install_requires = [
42+ 'google-cloud-monitoring >= 0.30.0, < 1.0.0' ,
4243 'google-cloud-trace >= 0.20.0, < 1.0.0' ,
4344 'opencensus >= 0.4.dev0, < 1.0.0' ,
4445 ],
Original file line number Diff line number Diff line change 1- google-cloud-monitoring==0.31.0
2- google-cloud-trace==0.20.1
31mock==2.0.0
42pytest==3.2.2
53pytest-cov==2.5.1
64retrying==1.3.3
7- WebOb==1.7.3
8- thrift==0.10.0
95unittest2==1.1.0
Original file line number Diff line number Diff line change 1818
1919exec (open ('opencensus/common/version/__init__.py' ).read ())
2020
21- extras = {
22- 'prometheus_client' : ['prometheus_client==0.3.1' ],
23- 'stackdriver' : ['google-cloud-trace>=0.20.1, <0.30' ],
24- }
25-
26- install_requires = [
27- 'google-api-core >= 1.0.0, < 2.0.0' ,
28- ]
29-
3021setup (
3122 name = 'opencensus' ,
3223 version = __version__ , # noqa
4839 description = 'A stats collection and distributed tracing framework' ,
4940 include_package_data = True ,
5041 long_description = open ('README.rst' ).read (),
51- install_requires = install_requires ,
52- extras_require = extras ,
42+ install_requires = [
43+ 'google-api-core >= 1.0.0, < 2.0.0' ,
44+ ],
45+ extras_require = {},
5346 license = 'Apache-2.0' ,
5447 packages = find_packages (exclude = ('tests' ,)),
5548 namespace_packages = [],
You can’t perform that action at this time.
0 commit comments