1 Commits

Author SHA1 Message Date
aae679a292 Downgrade socketio due to compatibilty issue with HA 2023-12-17 14:23:22 +01:00

View File

@@ -28,7 +28,7 @@ setup(
download_url='https://codeload.github.com/hacf/georide-api/tar.gz/1.0.0', download_url='https://codeload.github.com/hacf/georide-api/tar.gz/1.0.0',
keywords=['rest', 'georide', 'api', 'grutier', 'GeoRide'], # arbitrary keywords keywords=['rest', 'georide', 'api', 'grutier', 'GeoRide'], # arbitrary keywords
classifiers=[], classifiers=[],
install_requires=["python-socketio[client]==5.8.0"], install_requires=["python-socketio[client]==4.6.1"],
tests_require=[ tests_require=[
'pytest>=3.7', 'pytest>=3.7',
'pytest-pep8', 'pytest-pep8',