summaryrefslogtreecommitdiff
path: root/buildout.cfg
diff options
context:
space:
mode:
authorJose Plana <jplana@gmail.com>2013-10-07 02:39:05 +0200
committerJose Plana <jplana@gmail.com>2013-10-07 02:42:49 +0200
commit5fa0de340f0f0995ec42004de92a3a62c1fde0d6 (patch)
tree986a5be6bb02f6de98df4811fc727ad77700da9d /buildout.cfg
parentc9b25ac1331cece0aeb5f7b0a08233c82debe93c (diff)
Added test to the client ssl auth (+1 squashed commit)
Squashed commits: [f3831c9] Added test to the client ssl auth
Diffstat (limited to 'buildout.cfg')
-rw-r--r--buildout.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildout.cfg b/buildout.cfg
index 0ede0a3..9aaf66e 100644
--- a/buildout.cfg
+++ b/buildout.cfg
@@ -5,6 +5,7 @@ parts = python
develop = .
eggs =
urllib3==1.7
+ pyOpenSSL==0.13.1
[python]
recipe = zc.recipe.egg