This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11Django==1.11.7
22Flask==0.12.3
3- google-cloud-monitoring==0.29 .0
4- google-cloud-trace==0.17.0
5- grpcio==1.8.3
3+ google-cloud-monitoring==0.31 .0
4+ google-cloud-trace==0.20.1
5+ grpcio==1.16.1
66mock==2.0.0
77mysql-connector==2.1.6
88psycopg2==2.7.3.1
Original file line number Diff line number Diff line change 1111# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212# See the License for the specific language governing permissions and
1313# limitations under the License.
14-
1514"""A setup module for Open Source Census Instrumentation Library"""
1615
17- import io
18- from setuptools import setup , find_packages
16+ from setuptools import find_packages
17+ from setuptools import setup
1918
2019extras = {
21- "stackdriver" : ['google-cloud-trace>=0.17.0 , <0.20 ' ],
20+ "stackdriver" : ['google-cloud-trace>=0.20.1 , <0.30 ' ],
2221 "prometheus_client" : ['prometheus_client==0.3.1' ]
2322}
2423
2524install_requires = [
26- 'google-api-core >= 0.1.1 , < 2.0.0' ,
25+ 'google-api-core >= 1.0.0 , < 2.0.0' ,
2726]
2827
2928setup (
You can’t perform that action at this time.
0 commit comments