diff options
| author | WerWolv <werwolv98@gmail.com> | 2022-07-03 08:29:46 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-03 08:29:46 +0200 |
| commit | baa02c129fa5419405bcfd9b8740598be2d19f0f (patch) | |
| tree | e83a641c9ccb6ae49c77d6d3dcffd83461c57228 /requirements.txt | |
| parent | 1e6b3edbf2a6bab0305f5ee914e581716fddd0d5 (diff) | |
| download | decky-loader-baa02c129fa5419405bcfd9b8740598be2d19f0f.tar.gz decky-loader-baa02c129fa5419405bcfd9b8740598be2d19f0f.zip | |
Fixed plugin installation ssl verification issue (#101)
* Added cert location debugging
* Install certifi
* Try adding manual cacert in install request
* Properly use ssl
* More efficiently load ssl certificate
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 15fdb135..520ec8e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ aiohttp==3.8.1 aiohttp-jinja2==1.5.0 aiohttp_cors==0.7.0 watchdog==2.1.7 +certifi==2022.6.15
\ No newline at end of file |
