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

bump to latest gevent due to Python 3.8 release

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/trunk@2412 b32b6428-25c9-4566-ad07-03861ab6144f
parent da01a756
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',
]
)
......@@ -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',
]
)
......@@ -19,7 +19,7 @@ setup(
'Programming Language :: Python',
'Topic :: Software Development :: Libraries :: Python Modules',
],
keywords=['xaal', 'aqara'],
keywords=['xaal', 'tuya'],
platforms='any',
packages=find_packages(),
include_package_data=True,
......@@ -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