Skip to content

Commit

Permalink
Merge pull request #144 from HanslettTheDev/new-pysimplesoap
Browse files Browse the repository at this point in the history
Bump: pysimplesoap git link -> 1.8.22
  • Loading branch information
reingart authored Nov 5, 2023
2 parents 53acaab + 5f53dcb commit c2206a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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.8.22; python_version > '3'
cryptography==3.3.2; python_version <= '2.7'
cryptography==41.0.1; python_version > '3'
fpdf>=1.7.2
Expand All @@ -11,4 +11,4 @@ Pillow>=2.0.0; platform_machine=='x86_64'
tabulate==0.8.5
certifi>=2020.4.5.1
qrcode==6.1
future==0.18.3
future==0.18.3
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,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.8.22;python_version > '3'",
"cryptography==3.3.2;python_version <= '2.7'",
"cryptography>=3.4.7;python_version > '3'",
"fpdf>=1.7.2",
Expand All @@ -71,9 +72,6 @@
"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 c2206a8

Please sign in to comment.