Skip to content

Commit

Permalink
fix(deps): remove setuptools from dependencies (#339)
Browse files Browse the repository at this point in the history
* fix(deps): remove setuptools from dependencies

Fixes #338

* chore: remove setuptools from constraints
  • Loading branch information
busunkim96 committed Feb 2, 2022
1 parent 95e41ff commit c782f29
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -33,7 +33,6 @@
"protobuf >= 3.12.0",
"google-auth >= 1.25.0, < 3.0dev",
"requests >= 2.18.0, < 3.0.0dev",
"setuptools >= 40.3.0",
]
extras = {
"grpc": ["grpcio >= 1.33.2, < 2.0dev", "grpcio-status >= 1.33.2, < 2.0dev"],
Expand Down
1 change: 0 additions & 1 deletion testing/constraints-3.6.txt
Expand Up @@ -9,7 +9,6 @@ googleapis-common-protos==1.52.0
protobuf==3.12.0
google-auth==1.25.0
requests==2.18.0
setuptools==40.3.0
packaging==14.3
grpcio==1.33.2
grpcio-gcp==0.2.2
Expand Down

0 comments on commit c782f29

Please sign in to comment.