1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

setup: add openssl as a req

This commit is contained in:
Ilya Kreymer 2014-07-26 14:35:52 -07:00
parent 5beb831ae9
commit e58a63a9fe

View File

@ -70,6 +70,7 @@ setup(
'jinja2',
'surt',
'pyyaml',
'pyopenssl',
],
tests_require=[
'pytest',