Migrate to demjson3

It looks like the demjson package is no longer maintained [1][2]. The
last version was released in 2015.

This patch migrates to demjson3 which is a fork of the demjson library
compatible with python3.

[1] https://github.com/dmeranda/demjson/issues/40
[2] https://pypi.org/project/demjson/

Change-Id: Ibb176d942d401662ab6e565313e81b84238d1d76
This commit is contained in:
Lukáš Piwowarski 2022-10-20 12:24:54 +02:00
parent e55a7d6938
commit 75de33251e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
pygments
demjson
demjson3
doc8
jsonschema
Sphinx

View File

@ -1,5 +1,5 @@
pygments
demjson
demjson3
doc8
jsonschema
Sphinx