From: John Spray Date: Thu, 26 Apr 2018 14:35:42 +0000 (-0400) Subject: mgr/dashboard: add pyopenssl to requirements.txt X-Git-Tag: v13.1.0~25^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1837685ac0eaccaa55cb18db8554de07e57c780b;p=ceph.git mgr/dashboard: add pyopenssl to requirements.txt Use in certificate auto generation Signed-off-by: John Spray --- diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index fc623ade316..d87a7b61d39 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -20,6 +20,7 @@ py==1.5.2 pycodestyle==2.3.1 pycparser==2.18 pylint==1.8.2 +pyopenssl==17.5.0 pytest==3.3.2 pytest-cov==2.5.1 pytz==2017.3