diff --git a/.gitignore b/.gitignore index 95160e011f4a40867211fc2589ffdfeff510f1d2..5ea551e9b05c6f0bf2a08d93d4dda056a3f0244c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ __pycache__ # Editor files *.swp .idea +*.iml diff --git a/recipes/google-cloud-container-feedstock/meta.yaml b/recipes/google-cloud-container-feedstock/meta.yaml index 9916a52c35956483fd08a78faeea43f81c795357..eca51080c911bd15b09be58a5f380ffaa869e24b 100644 --- a/recipes/google-cloud-container-feedstock/meta.yaml +++ b/recipes/google-cloud-container-feedstock/meta.yaml @@ -20,29 +20,22 @@ requirements: - pip run: - python - - google-api-core>=1.6.0,<2.0.0dev - - grpcio>=1.8.2 - - googleapis-common-protos>=1.5.3,!=1.5.4,<2.0dev - - protobuf>=3.4.0 - - google-auth>=0.4.0,<2.0dev - - requests>=2.18.0,<3.0.0dev - - setuptools>=34.0.0 - - six>=1.10.0 + - google-api-core >=1.6.0,<2.0.0dev + - grpcio >=1.8.2 + - googleapis-common-protos >=1.5.3,!=1.5.4,<2.0dev + - protobuf >=3.4.0 + - google-auth >=0.4.0,<2.0dev + - requests >=2.18.0,<3.0.0dev + - setuptools >=34.0.0 + - six >=1.10.0 - pytz - - futures>=3.0.5 + - futures >=3.0.5 test: imports: - google.cloud - google.cloud.container_v1 - google.cloud.container_v1.proto - requires: - - coverage - - docutils - - flake8 - - mock - - pytest - - pytest-cov about: home: https://github.com/googleapis/google-cloud-python/tree/master/container diff --git a/recipes/grpcio-gcp-feedstock/meta.yaml b/recipes/grpcio-gcp-feedstock/meta.yaml index dba2c3aa710135b51c4fc2273face1a1986d56a1..f344126b1be635873c869e9ed4b3202df03e8a68 100644 --- a/recipes/grpcio-gcp-feedstock/meta.yaml +++ b/recipes/grpcio-gcp-feedstock/meta.yaml @@ -20,9 +20,9 @@ requirements: - pip run: - python - - grpcio>=0.2.2 # must equal grpcio-gcp version + - grpcio >={{ version }} - grpcio-tools - - protobuf>=3.6.1 + - protobuf >=3.6.1 test: imports: