kopia lustrzana https://github.com/Yakifo/amqtt
rodzic
b2c80421b6
commit
c1423ff078
5
setup.py
5
setup.py
|
@ -14,7 +14,10 @@ setup(
|
|||
url="https://github.com/beerfactory/hbmqtt",
|
||||
license='MIT',
|
||||
packages=find_packages(exclude=['tests']),
|
||||
install_requires=['transitions', 'blinker'],
|
||||
install_requires=[
|
||||
'transitions==0.2.5',
|
||||
'blinker',
|
||||
'websockets'],
|
||||
classifiers=[
|
||||
'Development Status :: 3 - Alpha',
|
||||
'Intended Audience :: Developers',
|
||||
|
|
Ładowanie…
Reference in New Issue