|
@ -26,7 +26,7 @@ install_requires = [ |
|
|
install_extras = { |
|
|
install_extras = { |
|
|
'client': [ |
|
|
'client': [ |
|
|
'gevent>=1.3.0', |
|
|
'gevent>=1.3.0', |
|
|
'protobuf>~3.0; python_version >= "3"', |
|
|
'protobuf~=3.0; python_version >= "3"', |
|
|
'protobuf<3.18.0; python_version < "3"', |
|
|
'protobuf<3.18.0; python_version < "3"', |
|
|
'gevent-eventemitter~=2.1', |
|
|
'gevent-eventemitter~=2.1', |
|
|
], |
|
|
], |
|
|