Skip to content

Commit b47a97e

Browse files
committed
Loosen restrictionn
1 parent f7bc2ea commit b47a97e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@
9090
"requests>=2.16.0,<3.0.0",
9191
# remove typing_extensions after python_requires>=3.8, see web3._utils.compat
9292
"typing-extensions>=3.7.4.1,<4;python_version<'3.8'",
93-
"websockets>=9.1,<10;python_version=<'3.8'",
94-
"websockets>=10.0,<11;python_version>'3.8'",
93+
"websockets>=9.1,<11",
9594
],
9695
python_requires='>=3.6,<4',
9796
extras_require=extras_require,

0 commit comments

Comments
 (0)