Skip to content

Commit

Permalink
fix: bump api-core version (#936)
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetic1728 committed Jun 4, 2020
1 parent 936caa5 commit ee53b3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions noxfile.py
Expand Up @@ -55,10 +55,6 @@ def lint(session):
],
)
def unit(session, oauth2client):
session.install(
"-e",
"git+https://github.com/googleapis/python-api-core.git@master#egg=google-api-core",
)
session.install(*test_dependencies)
session.install(oauth2client)
if session.python < "3.0":
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -41,7 +41,7 @@
"httplib2>=0.9.2,<1dev",
"google-auth>=1.16.0",
"google-auth-httplib2>=0.0.3",
"google-api-core>=1.17.0,<2dev",
"google-api-core>=1.18.0,<2dev",
"six>=1.6.1,<2dev",
"uritemplate>=3.0.0,<4dev",
]
Expand Down

0 comments on commit ee53b3b

Please sign in to comment.