Mercurial > code > home > repos > homeauto
diff lib/mqtt_client/setup.py @ 1444:4afb1830bb5e
use rx version 3.x
Ignore-this: 4232f8e780d35a8d0642e86521eb2801
darcs-hash:747608892b607f78260f4772a4ff2b24c7392f73
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 24 Sep 2019 14:04:02 -0700 |
parents | 3e9d9cbbb13f |
children | 35365c2c703a |
line wrap: on
line diff
--- a/lib/mqtt_client/setup.py Mon Aug 12 16:46:52 2019 -0700 +++ b/lib/mqtt_client/setup.py Tue Sep 24 14:04:02 2019 -0700 @@ -5,7 +5,7 @@ version='0.7.0', packages=['mqtt_client'], package_dir={'mqtt_client': ''}, - install_requires=['rx', 'twisted-mqtt'], + install_requires=['rx>=3.0.0', 'twisted-mqtt'], url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.7.0.tar.gz', author='Drew Perttula', author_email='drewp@bigasterisk.com',