mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 11:21:51 +02:00
Initial implementation of renewer
This commit is contained in:
@@ -30,9 +30,11 @@ changes = read_file(os.path.join(here, 'CHANGES.rst'))
|
||||
install_requires = [
|
||||
'argparse',
|
||||
'ConfArgParse',
|
||||
'configobj',
|
||||
'jsonschema',
|
||||
'mock',
|
||||
'ndg-httpsclient', # urllib3 InsecurePlatformWarning (#304)
|
||||
'parsedatetime',
|
||||
'psutil>=2.1.0', # net_connections introduced in 2.1.0
|
||||
'pyasn1', # urllib3 InsecurePlatformWarning (#304)
|
||||
'pycrypto',
|
||||
|
||||
Reference in New Issue
Block a user