Skip to content

Commit

Permalink
V1.19.01
Browse files Browse the repository at this point in the history
  • Loading branch information
jgyates committed Feb 14, 2024
1 parent e6d1308 commit 015eff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion genloader.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def CheckSystem(self):
["psutil", "psutil", None], # process utilities
["chump", "chump", None], # for genpushover
["twilio", "twilio", None], # for gensms
["paho.mqtt.client", "paho-mqtt", None], # for genmqtt
["paho.mqtt.client", "paho-mqtt", "1.6.1"], # for genmqtt
["OpenSSL", "pyopenssl", None], # SSL
["spidev", "spidev", None], # spidev
["voipms", "voipms", None] # voipms for gensms_voip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pytz
pyopenssl
twilio
chump
paho-mqtt
paho-mqtt==1.6.1
smbus
pysnmp
ldap3
Expand Down

0 comments on commit 015eff1

Please sign in to comment.