1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-24 06:59:52 +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', 'jinja2',
'surt', 'surt',
'pyyaml', 'pyyaml',
'pyopenssl',
], ],
tests_require=[ tests_require=[
'pytest', 'pytest',