Skip to content

Commit

Permalink
fix: moved pysimplesoap to the dependency_links option
Browse files Browse the repository at this point in the history
Signed-off-by: HanslettTheDev <HanslettTheDev@gmail.com>
  • Loading branch information
HanslettTheDev committed Oct 6, 2023
1 parent 0ec9862 commit 017345a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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'"]
},
Expand Down

0 comments on commit 017345a

Please sign in to comment.