add requirements.txt

This commit is contained in:
Franzi 2023-08-07 14:57:57 +02:00
parent 4481177ec6
commit 00946f993c
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 2 additions and 1 deletions

View file

@ -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
View file

@ -0,0 +1,2 @@
paho-mqtt==1.6.1
sacn==1.9.0