diff --git a/setup.py b/setup.py index 164cadaa3..73c66cc4e 100644 --- a/setup.py +++ b/setup.py @@ -74,7 +74,6 @@ "httplib2==0.9.2;python_version <= '2.7'", "httplib2>=0.20.4;python_version > '3'", "pysimplesoap==1.08.14;python_version <= '2.7'", - "pysimplesoap @ git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap", "cryptography==3.3.2;python_version <= '2.7'", "cryptography>=3.4.7;python_version > '3'", "fpdf>=1.7.2", @@ -85,6 +84,9 @@ "qrcode>=6.1", "future>=0.18.2", ], + dependency_links=[ + "git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap; python_version > '3'", + ], extras_require={ "opt": ["pywin32==304;sys_platform == 'win32' and python_version > '3'"] },