Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HemersonRafael authored Mar 15, 2024
1 parent a81a0cf commit 53fbe74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
"komle": ["WMLS.WSDL", "witsmlUnitDict.xml"],
},
install_requires=[
"suds-py3=>1.4.5.0,<2",
"PyXB-X=>1.2.6,<2",
"requests=>2.31.0,<3",
"xmltodict=>0.12.0,<1",
"suds-py3>=1.4.5.0",
"PyXB-X>=1.2.6",
"requests>=2.31.0",
"xmltodict>=0.12.0",
],
tests_require=["pytest>=7.0.1"],
python_requires=">=3.9",
Expand Down

0 comments on commit 53fbe74

Please sign in to comment.