Skip to content

Commit 6589383

Browse files
authored
fix(deps): remove optional dependencies (#187)
`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.
1 parent 8c0932f commit 6589383

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@
4444
include_package_data=True,
4545
install_requires=(
4646
"google-api-core[grpc] >= 1.22.2, < 2.0.0dev",
47-
"libcst >= 0.2.5",
4847
"proto-plus >= 1.10.1",
49-
"mock >= 4.0.2",
5048
"google-cloud-storage >= 1.26.0, < 2.0.0dev",
5149
),
5250
python_requires=">=3.6",

0 commit comments

Comments
 (0)