mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Add comment about dependency version
This commit is contained in:
@@ -30,6 +30,7 @@ readme = read_file(os.path.join(here, 'README.rst'))
|
||||
changes = read_file(os.path.join(here, 'CHANGES.rst'))
|
||||
version = meta['version']
|
||||
|
||||
# Please update tox.ini when modifying dependency version requirements
|
||||
install_requires = [
|
||||
'acme=={0}'.format(version),
|
||||
'configobj',
|
||||
|
||||
Reference in New Issue
Block a user