summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMarco Rodolfi <marco.rodolfi@tuta.io>2023-07-24 04:30:54 +0200
committerGitHub <noreply@github.com>2023-07-23 19:30:54 -0700
commit6993516ccb8b371a0b1c8152a3c672fffffad7dc (patch)
treeebfbc35eebd68fda8e5fcd9a3a194e5f0d0e961b /requirements.txt
parent37c1a0e9648e6b84aaa996d5ecfd1d2d5d49622f (diff)
downloaddecky-loader-6993516ccb8b371a0b1c8152a3c672fffffad7dc.tar.gz
decky-loader-6993516ccb8b371a0b1c8152a3c672fffffad7dc.zip
Bugfix: Unable to load _sqlite3 on main SteamOS (#507)v2.10.4-pre3
* Update to latest python I have odd behaviour with importing sqlite3, which is failing to do. I have no clue why, so I'm trying to update Python to the latest stable to check if it's a Python bug. * Update aiohttp for python compatibility * Sligtly lower aiohttp version * Update pyinstaller to latest stable version It was failing to build a working executable with the latest python runtime.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt
index e7db9f1d..166435f2 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
-aiohttp==3.8.1
-aiohttp-jinja2==1.5.0
+aiohttp==3.8.4
+aiohttp-jinja2==1.5.1
aiohttp_cors==0.7.0
watchdog==2.1.7
-certifi==2022.12.7 \ No newline at end of file
+certifi==2022.12.7