Skip to content
This repository has been archived by the owner on Dec 17, 2023. It is now read-only.

Commit

Permalink
chore: remove googleapis-common-protos pin
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Oct 16, 2019
1 parent dca1400 commit 94e1986
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Expand Up @@ -23,7 +23,6 @@
release_status = "Development Status :: 4 - Beta"
dependencies = [
"google-api-core[grpc] >= 1.14.0, < 2.0.0dev",
"googleapis-common-protos[grpc]>=1.5.2, <2.0dev",
]

package_root = os.path.abspath(os.path.dirname(__file__))
Expand All @@ -35,15 +34,8 @@
packages = setuptools.find_packages()

setup(
<<<<<<< HEAD
name="dialogflow",
version="0.7.0",
=======
name=name,
version=version,
description=description,
long_description=readme,
>>>>>>> fix: pin google-api-core version, update format
author="Google LLC",
author_email="googleapis-packages@google.com",
license="Apache 2.0",
Expand Down

0 comments on commit 94e1986

Please sign in to comment.