-
Notifications
You must be signed in to change notification settings - Fork 4
/
setup.cfg
33 lines (32 loc) · 935 Bytes
/
setup.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[metadata]
name = chanmqttproxy
version = 0.2
author = David Greaves
author_email = [email protected]
url = https://github.com/lbt/channels-mqtt-proxy
description = Channels 4 Worker providing async (qmqtt) MQTT proxy
long_description = file: README.md
long_description_content_type = text/markdown
license = GPLv3+
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Framework :: Django
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
[options]
packages = chanmqttproxy
install_requires =
gmqtt
asgiref >= 3.3.4
Django >= 3.1.3
channels
[options.extras_require]
examples =
Django >= 4.0.0
channels >= 4.0.0
channels_redis
daphne >= 4.0.0