Skip to content

Commit

Permalink
add version range to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
N3TC4T committed Jan 24, 2023
1 parent 1fc493e commit 9c3d26f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
packages=find_packages(include=('xumm*',)),
include_package_data=True,
install_requires=[
"requests==2.27.1",
"websocket-client==1.2.3",
"requests>=2.26.0,<=2.28.2",
"websocket-client>=1.2.3,<=1.4.2",
"six==1.16.0",
"python-dotenv==0.19.2"
"python-dotenv>=0.19.2,<=0.21.1"
],
extras_require={
'develop': [
Expand Down

0 comments on commit 9c3d26f

Please sign in to comment.