Skip to content
Snippets Groups Projects
Commit 8e85b170 authored by jkerdreu's avatar jkerdreu
Browse files

Drop gevent version



git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2549 b32b6428-25c9-4566-ad07-03861ab6144f
parent 18e90fe0
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ setup(
install_requires=[
'xaal.lib',
'bottle',
'gevent==1.5a2',
'gevent',
'gevent-websocket',
'python-engineio',
'python-socketio',
......
......@@ -25,6 +25,6 @@ setup(
include_package_data=True,
install_requires=[
'xaal.lib',
'gevent==1.5a2',
'gevent',
]
)
......@@ -25,7 +25,7 @@ setup(
include_package_data=True,
install_requires=[
'xaal.lib',
'gevent==1.5a2',
'gevent',
'decorator',
'tuyaface',
]
......
......@@ -26,6 +26,6 @@ setup(
install_requires=[
'xaal.lib',
'bugone',
'gevent==1.5a2'
'gevent'
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment