From 75de33251e527f8f5988d59ba31a64abdbf809fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Piwowarski?= Date: Thu, 20 Oct 2022 12:24:54 +0200 Subject: [PATCH] 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 --- doc/requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index bfc0fd99..4ec264f0 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,5 +1,5 @@ pygments -demjson +demjson3 doc8 jsonschema Sphinx diff --git a/test-requirements.txt b/test-requirements.txt index ae4d8b59..4b527e72 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ pygments -demjson +demjson3 doc8 jsonschema Sphinx