Skip to content

Commit ebaa4d8

Browse files
committed
setup.py: Add dependencies
1 parent 9bbdc6b commit ebaa4d8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

setup.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,9 @@
3030
'Programming Language :: Python :: 2.6',
3131
'Topic :: Internet :: WWW/HTTP',
3232
],
33+
install_requires=[
34+
"gevent >= 1.0.2",
35+
"haigha >= 0.8.0",
36+
"paho-mqtt >= 1.1",
37+
],
3338
)

0 commit comments

Comments
 (0)