Drop setuptools as a runtime dependency

Because of the change from using setuptools.pkg_resources to using
importlib, we no longer need a runtime dependency on setuptools. It is
still required, however, for running setup.py.
This commit is contained in:
Harlan Lieberman-Berg
2024-12-03 11:17:27 -08:00
committed by Brad Warren
parent 9f5451d16b
commit b0e389aad7
18 changed files with 0 additions and 18 deletions
-1
View File
@@ -15,7 +15,6 @@ install_requires = [
'pyrfc3339',
'pytz>=2019.3',
'requests>=2.20.0',
'setuptools>=41.6.0',
]
docs_extras = [