Initial implementation of renewer

This commit is contained in:
Seth Schoen
2015-04-21 19:12:49 -07:00
parent ea88fc6401
commit 9463de3367
6 changed files with 573 additions and 0 deletions
+2
View File
@@ -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',