Skip to content

Commit

Permalink
fix(deps): remove optional dependencies (#187)
Browse files Browse the repository at this point in the history
`mock` is only needed to run the tests (see https://github.com/googleapis/python-aiplatform/blob/8c0932f3f4d0e1ac40e55b1f0b2ce67c1873dee6/noxfile.py#L75-L77) , and `libcst` is not needed by this library.
  • Loading branch information
busunkim96 committed Jan 25, 2021
1 parent 8c0932f commit 6589383
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions setup.py
Expand Up @@ -44,9 +44,7 @@
include_package_data=True,
install_requires=(
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
"libcst >= 0.2.5",
"proto-plus >= 1.10.1",
"mock >= 4.0.2",
"google-cloud-storage >= 1.26.0, < 2.0.0dev",
),
python_requires=">=3.6",
Expand Down

0 comments on commit 6589383

Please sign in to comment.