Skip to content

Commit c782f29

Browse files
authored
fix(deps): remove setuptools from dependencies (googleapis#339)
* fix(deps): remove setuptools from dependencies Fixes googleapis#338 * chore: remove setuptools from constraints
1 parent 95e41ff commit c782f29

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"protobuf >= 3.12.0",
3434
"google-auth >= 1.25.0, < 3.0dev",
3535
"requests >= 2.18.0, < 3.0.0dev",
36-
"setuptools >= 40.3.0",
3736
]
3837
extras = {
3938
"grpc": ["grpcio >= 1.33.2, < 2.0dev", "grpcio-status >= 1.33.2, < 2.0dev"],

testing/constraints-3.6.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ googleapis-common-protos==1.52.0
99
protobuf==3.12.0
1010
google-auth==1.25.0
1111
requests==2.18.0
12-
setuptools==40.3.0
1312
packaging==14.3
1413
grpcio==1.33.2
1514
grpcio-gcp==0.2.2

0 commit comments

Comments
 (0)