generated from canonical/template-operator
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove pyopenssl Not sure why we added this in the first place; given that if pyopenssl is importable, urllib3 will use insecure cryptography * Fix PYDEPS
- Loading branch information
1 parent
a2ef44b
commit c42ea20
Showing
3 changed files
with
67 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,8 +41,6 @@ | |
LIBAPI = 0 | ||
LIBPATCH = 1 | ||
|
||
PYDEPS = ["ops>=2.0.0", "pyyaml>=5.0"] | ||
|
||
|
||
logger = logging.getLogger(__name__) | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters