mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
Add comment about dependency version
This commit is contained in:
@@ -6,6 +6,7 @@ from setuptools import find_packages
|
||||
|
||||
version = '0.2.0.dev0'
|
||||
|
||||
# Please update tox.ini when modifying dependency version requirements
|
||||
install_requires = [
|
||||
'acme=={0}'.format(version),
|
||||
'letsencrypt=={0}'.format(version),
|
||||
|
||||
Reference in New Issue
Block a user