Skip to content

Commit e4062fd

Browse files
authored
chore: drop 'setuptools' dependency (#913)
Closes #595.
1 parent 971e938 commit e4062fd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/google-auth/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
'rsa>=3.1.4,<5; python_version >= "3.6"',
2929
# install enum34 to support 2.7. enum34 only works up to python version 3.3.
3030
'enum34>=1.1.10; python_version < "3.4"',
31-
"setuptools>=40.3.0",
3231
"six>=1.9.0",
3332
)
3433

0 commit comments

Comments
 (0)