From aae679a292e622f407c9a75763125a4269503220 Mon Sep 17 00:00:00 2001 From: Matthieu DUVAL Date: Wed, 24 May 2023 13:34:19 +0200 Subject: [PATCH] Downgrade socketio due to compatibilty issue with HA --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8d265a9..1f821b6 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( download_url='https://codeload.github.com/hacf/georide-api/tar.gz/1.0.0', keywords=['rest', 'georide', 'api', 'grutier', 'GeoRide'], # arbitrary keywords classifiers=[], - install_requires=["python-socketio[client]==5.8.0"], + install_requires=["python-socketio[client]==4.6.1"], tests_require=[ 'pytest>=3.7', 'pytest-pep8',