mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Fixes #7857. * stop using urllib2 in test farm tests * use six for urllib instead * remove fabric lcd usage * correct lcd removal * remove fabric cd * convert some remote calls to v2 * move more cxns to v2 * get run working with prefix * get sudo commands working * remove final fabric v1 references including local * update requirements and README * add new venv to gitignore * update version used in travis * remove deploy_script unused kwargs * fix killboulder implementation so I can test creating a new boulder server * hardcode the gopath due to broken env manamagement in fabric2 * Update letstest readme * move the comment about hardcoding the ggopath * catch BaseException instead of Exception * work around fabric #2007 * use connections as context managers to ensure they're closed * remove reference to virtualenv
19 lines
296 B
Text
19 lines
296 B
Text
bcrypt==3.1.7
|
|
boto3==1.12.7
|
|
botocore==1.15.7
|
|
cffi==1.14.0
|
|
cryptography==2.8
|
|
docutils==0.15.2
|
|
enum34==1.1.9
|
|
Fabric==2.5.0
|
|
ipaddress==1.0.23
|
|
Invoke==1.4.1
|
|
jmespath==0.9.5
|
|
paramiko==2.7.1
|
|
pycparser==2.19
|
|
PyNaCl==1.3.0
|
|
python-dateutil==2.8.1
|
|
PyYAML==5.3
|
|
s3transfer==0.3.3
|
|
six==1.14.0
|
|
urllib3==1.25.8
|