mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
add fasteners as a dependency
This commit is contained in:
parent
57f527f818
commit
1dc22ba464
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -43,6 +43,7 @@ install_requires = [
|
|||
'ConfigArgParse>=0.9.3',
|
||||
'configobj',
|
||||
'cryptography>=0.7', # load_pem_x509_certificate
|
||||
'fasteners',
|
||||
'mock',
|
||||
'parsedatetime>=1.3', # Calendar.parseDT
|
||||
'PyOpenSSL',
|
||||
|
|
|
|||
Loading…
Reference in a new issue