mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 02:35:06 +02:00
Cleanup zope dependencies in plugins and upgrade sphinx (#8997)
This PR removes all zope dependencies from plugins configuration. It also lets Sphinx upgrade to the next major version by removing the plugin dedicated to zope interfaces documentation. As a consequence, the deprecated zope interfaces are not documented anymore. * Cleanup zope dependencies in plugins and upgrade sphinx * Update pinnings
This commit is contained in:
@@ -10,7 +10,6 @@ install_requires = [
|
||||
'google-api-python-client>=1.5.5',
|
||||
'oauth2client>=4.0',
|
||||
'setuptools>=39.0.1',
|
||||
'zope.interface',
|
||||
# already a dependency of google-api-python-client, but added for consistency
|
||||
'httplib2'
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user