Skip to content

Commit d9cd447

Browse files
committed
Fix requirements for rpi
1 parent ff2d0ec commit d9cd447

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gateway/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
paho-mqtt>=1.0 # deb:python3-paho-mqtt>=1.0
22
pyserial>=2.6 # deb:python3-serial>=2.6
3-
PyYAML>=3.12 # deb:python3-yaml>=3.12
4-
simplejson>=3.10.0 # deb:python3-simplejson>=3.10.0
3+
PyYAML>=3.11 # deb:python3-yaml>=3.11
4+
simplejson>=3.6.0 # deb:python3-simplejson>=3.6.0

0 commit comments

Comments
 (0)