Skip to content

Commit

Permalink
Merge pull request googleapis#112 from jgeewax/add-firestore-vendor-deps
Browse files Browse the repository at this point in the history
Adding VTK dependencies to firestore package config.
  • Loading branch information
mckoss authored Nov 11, 2016
2 parents b37f302 + 976d741 commit e315f2a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions firestore/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@

REQUIREMENTS = [
'google-cloud-core >= 0.20',
'gax-google-firestore-v1alpha1 >= 0.10.0, < 0.11dev',
'grpc-google-firestore-v1alpha1 >= 0.10.0, < 0.11dev',
]

setup(
Expand Down
4 changes: 3 additions & 1 deletion firestore/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ envlist =
[testing]
deps =
{toxinidir}/../core
{toxinidir}/../_vendor/grpc-google-firestore-v1alpha1-0.10.0.tar.gz
{toxinidir}/../_vendor/gax-google-firestore-v1alpha1-0.10.0.tar.gz
pytest
covercmd =
py.test --quiet \
Expand All @@ -25,6 +27,6 @@ basepython =
commands =
{[testing]covercmd}
deps =
{[testenv]deps}
{[testing]deps}
coverage
pytest-cov

0 comments on commit e315f2a

Please sign in to comment.