mirror of
https://github.com/certbot/certbot.git
synced 2026-07-30 17:54:25 +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:
@@ -9,7 +9,6 @@ version = '1.19.0.dev0'
|
||||
install_requires = [
|
||||
'dns-lexicon>=3.2.1',
|
||||
'setuptools>=39.0.1',
|
||||
'zope.interface',
|
||||
]
|
||||
|
||||
if not os.environ.get('SNAP_BUILD'):
|
||||
|
||||
Reference in New Issue
Block a user