add requirements.txt
This commit is contained in:
parent
4481177ec6
commit
00946f993c
2 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,6 @@ import re
|
|||
from queue import Queue
|
||||
|
||||
import paho.mqtt.client as mqtt
|
||||
from sacn import sACNsender
|
||||
|
||||
LOG = logging.getLogger('MQTTQueue')
|
||||
|
||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
paho-mqtt==1.6.1
|
||||
sacn==1.9.0
|
Loading…
Reference in a new issue