mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
specific python-crypto version dependency
This commit is contained in:
parent
f0605fd65e
commit
0fa6fb49c4
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ Set CHOCOLATESERVER environment variable for "make deploy" and client.py!
|
|||
|
||||
|
||||
chocolate.py - server-side, requires web.py (python-webpy),
|
||||
PyCrypto (python-crypto), redis, python-redis, python-protobuf,
|
||||
python-nss
|
||||
PyCrypto (python-crypto) 2.3 (not 2.1!!), redis, python-redis,
|
||||
python-protobuf, python-nss
|
||||
probably wants to run under a web server like lighttpd with fastcgi
|
||||
|
||||
client.py - experimental tool for making requests and parsing replies
|
||||
|
|
|
|||
Loading…
Reference in a new issue