From 1837685ac0eaccaa55cb18db8554de07e57c780b Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 26 Apr 2018 10:35:42 -0400 Subject: [PATCH] mgr/dashboard: add pyopenssl to requirements.txt Use in certificate auto generation Signed-off-by: John Spray --- src/pybind/mgr/dashboard/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index fc623ade316dd..d87a7b61d39a1 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 -- 2.39.5