Skip to content

Commit 4afebe7

Browse files
shalinmehtalgsvlmartins-mozeiko
authored andcommitted
Fix setup.py to install correct websockets version
1 parent ab30a52 commit 4afebe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
python_requires=">=3.5.0",
1111
url="https://github.com/lgsvl/simulator",
1212
packages=["lgsvl"],
13-
install_requires=["websockets>=7.0"],
13+
install_requires=["websockets==7.0"],
1414
license="Other",
1515
classifiers=[
1616
"License :: Other/Proprietary License",

0 commit comments

Comments
 (0)