Skip to content
Snippets Groups Projects
Commit 7e886806 authored by jkerdreu's avatar jkerdreu
Browse files

gevent change to 5.alpha.2

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@2411 b32b6428-25c9-4566-ad07-03861ab6144f
parent 789018a4
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.4.0',
'gevent==1.5a2',
'gevent-websocket',
'python-engineio',
'python-socketio',
......
......@@ -26,7 +26,7 @@ setup(
install_requires=[
'xaal.lib',
'bottle',
'gevent==1.4.0',
'gevent==1.5a2',
'gevent-websocket',
'python-rapidjson'
]
......
......@@ -25,7 +25,7 @@ setup(
include_package_data=True,
install_requires=[
'xaal.lib',
'gevent==1.4.0',
'gevent==1.5a2',
'pycrypto',
]
)
......@@ -25,7 +25,7 @@ setup(
include_package_data=True,
install_requires=[
'xaal.lib',
'gevent==1.4.0',
'gevent==1.5a2',
'pyserial',
]
)
......@@ -25,6 +25,6 @@ setup(
include_package_data=True,
install_requires=[
'xaal.lib',
'gevent==1.4.0',
'gevent==1.5a2',
]
)
......@@ -25,6 +25,6 @@ setup(
include_package_data=True,
install_requires=[
'xaal.lib',
'gevent==1.4.0',
'gevent==1.5a2',
]
)
......@@ -28,7 +28,7 @@ setup(
],
install_requires=[
'xaal.lib',
'gevent==1.4.0',
'gevent==1.5a2',
'pytuya==7.0.5',
'pyaes',
'pycrypto',
......
......@@ -25,7 +25,7 @@ setup(
include_package_data=True,
install_requires=[
'xaal.lib',
'gevent==1.4.0',
'gevent==1.5a2',
'yeelight',
'tenacity',
]
......
......@@ -26,6 +26,6 @@ setup(
install_requires=[
'xaal.lib',
'bugone',
'gevent==1.4.0'
'gevent==1.5a2'
]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment