Merge pull request #131 from kevinxucs/pip-requirement-fix
authorForrest Voight <forrest.voight@gmail.com>
Tue, 3 Sep 2013 03:27:35 +0000 (20:27 -0700)
committerForrest Voight <forrest.voight@gmail.com>
Tue, 3 Sep 2013 03:27:35 +0000 (20:27 -0700)
Fixed missing OpenSSL module error.

conf/requirements.production.pip

index a316196..87abcb6 100644 (file)
@@ -1,2 +1,3 @@
 Twisted>=12.2.0
 argparse>=1.2.1
+pyOpenSSL>=0.13