view lib/mqtt_client/setup.py @ 1573:d68e20c831f7 dependabot/pip/service/wifi/lxml-4.6.2

Bump lxml from 4.3.3 to 4.6.2 in /service/wifi Bumps [lxml](https://github.com/lxml/lxml) from 4.3.3 to 4.6.2. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.3.3...lxml-4.6.2) Signed-off-by: dependabot[bot] <support@github.com>
author dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
date Thu, 07 Jan 2021 22:55:33 +0000
parents 67e8b237d7bf
children
line wrap: on
line source

from setuptools import setup
 
setup(
    name='mqtt_client',
    version='0.9.0',
    packages=['mqtt_client'],
    package_dir={'mqtt_client': ''},
    install_requires=['rx>=3.0.0', 'twisted-mqtt'],
    url='https://projects.bigasterisk.com/mqtt-client/mqtt_client-0.9.0.tar.gz',
    author='Drew Perttula',
    author_email='drewp@bigasterisk.com',
)