We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bbdc6b commit ebaa4d8Copy full SHA for ebaa4d8
1 file changed
setup.py
@@ -30,4 +30,9 @@
30
'Programming Language :: Python :: 2.6',
31
'Topic :: Internet :: WWW/HTTP',
32
],
33
+ install_requires=[
34
+ "gevent >= 1.0.2",
35
+ "haigha >= 0.8.0",
36
+ "paho-mqtt >= 1.1",
37
+ ],
38
)
0 commit comments