Skip to content

Commit

Permalink
Add pyopenssl to list of pip3 dependencies, fixes #515.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans-Joachim Krauch <achim.krauch@gmail.com>
  • Loading branch information
achim-k committed Oct 3, 2022
1 parent a04c0f0 commit 7f7013b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8122,6 +8122,7 @@ const pip3Packages = [
"numpy",
"pep8",
"pydocstyle",
"pyopenssl",
"pyparsing",
"pytest",
"pytest-cov",
Expand Down
1 change: 1 addition & 0 deletions src/package_manager/pip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const pip3Packages: string[] = [
"numpy",
"pep8",
"pydocstyle",
"pyopenssl",
"pyparsing",
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 7f7013b

Please # to comment.