From 3c19476eb3a910e16091e5b42721ade53612be96 Mon Sep 17 00:00:00 2001 From: Eion Dailey Date: Wed, 30 Oct 2024 19:39:51 -0400 Subject: [PATCH] Try these versions to see if the program likes it now? Idk, these worked for me, so we'll give them a shot live --- dependencies/requirements.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/dependencies/requirements.txt b/dependencies/requirements.txt index 91c46e9f9..179b6349d 100755 --- a/dependencies/requirements.txt +++ b/dependencies/requirements.txt @@ -1,22 +1,22 @@ -chardet -charset-normalizer +chardet==5.1.0 +charset-normalizer==2.1.0 qtpy -requests -py7zr -deepdiff +requests==2.28.1 +py7zr==0.19.0 +deepdiff==7.0.1 git+https://github.com/woopelderly/PyQtDarkTheme@python3.12 -Pillow +Pillow==9.2.0 Flask flask-cors asyncio -python-dateutil -pynput -pyside6 -cloudscraper -loguru +python-dateutil==2.8.2 +pynput==1.7.6 +pyside6==6.7.0 +cloudscraper==1.2.71 +loguru==0.7.0 flask-socketio simple_websocket termcolor==2.3.0 -orjson -msgpack -qasync \ No newline at end of file +orjson==3.9.9 +msgpack==1.0.7 +qasync==0.26.0 \ No newline at end of file