Skip to content
Snippets Groups Projects
Commit 389c3ebd authored by jkerdreu's avatar jkerdreu
Browse files

- Docs (warnings)

- Fix missing aiohttp dep



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2852 b32b6428-25c9-4566-ad07-03861ab6144f
parent 1ec00a1b
No related branches found
No related tags found
No related merge requests found
Websocket client for Future Shape Sensfloor.
WARNINGs
========
- Sensfloor is only compliant w/ socketio 5.0.0 (won't work on 5.5.*)
- Due to mess in engineio signal handler, the GW is unable to call eng.shutdown()
=> This is enought for me right now, but still be carefull.
\ No newline at end of file
......@@ -26,5 +26,6 @@ setup(
install_requires=[
'xaal.lib',
'python-socketio==5.0.0',
'aiohttp',
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment