Skip to content

Commit

Permalink
Merge pull request #17 from commodo/drop-simplejson
Browse files Browse the repository at this point in the history
bcg: gateway: use Python's built-in json library
  • Loading branch information
blavka authored Mar 16, 2022
2 parents 603a826 + 0d9251a commit 0c284ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bcg/gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import time
import logging
import simplejson as json
import json
import platform
import socket
import decimal
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ click-log>=0.2.1
paho-mqtt>=1.0 # deb:python3-paho-mqtt>=1.0
pyserial>=3.0 # deb:python3-serial>=3.0
PyYAML>=3.11 # deb:python3-yaml>=3.11
simplejson>=3.6.0 # deb:python3-simplejson>=3.6.0
schema>=0.6
appdirs>=1.0

0 comments on commit 0c284ff

Please sign in to comment.