From 2ea2a496fde0fa331cbbc4ee03fa34690c0bc109 Mon Sep 17 00:00:00 2001 From: HanslettTheDev Date: Thu, 5 Oct 2023 08:25:48 +0100 Subject: [PATCH 1/2] feat: removed old pysimplesoap dependency Signed-off-by: HanslettTheDev --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7e3c56cc7..01f77dc23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ httplib2==0.9.2; python_version <= '2.7' httplib2==0.20.4; python_version > '3' pysimplesoap==1.08.14; python_version <= '2.7' -git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap; python_version > '3' +pysimplesoap==1.10 python_version > '3' cryptography==3.3.2; python_version <= '2.7' cryptography==41.0.1; python_version > '3' fpdf>=1.7.2 From ac40b81e97f13d8d8c6ac18643d778b5e6e6e4d7 Mon Sep 17 00:00:00 2001 From: HanslettTheDev Date: Thu, 5 Oct 2023 08:28:52 +0100 Subject: [PATCH 2/2] fix: added the semi-colon that caused the environmenet variables to fail Signed-off-by: HanslettTheDev --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 01f77dc23..5c40f9822 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ httplib2==0.9.2; python_version <= '2.7' httplib2==0.20.4; python_version > '3' pysimplesoap==1.08.14; python_version <= '2.7' -pysimplesoap==1.10 python_version > '3' +pysimplesoap==1.10; python_version > '3' cryptography==3.3.2; python_version <= '2.7' cryptography==41.0.1; python_version > '3' fpdf>=1.7.2