Remove demjson from requirements

This package is not actually used anymore in this repo, so this cleans
this up so it can be removed from global requirements.

Change-Id: I6f6065138760ba8af46f45f45e3a9bb7e8e0f75b
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-06-23 14:49:19 -05:00
parent 7ee77130c4
commit c2ecc30f16
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@ astroid==1.6.2
Babel==2.3.4
bashate==0.5.1
chardet==3.0.4
demjson==2.2.2
doc8==0.6.0
docutils==0.11
dulwich==0.15.0

View File

@ -7,5 +7,4 @@ iso8601>=0.1.11 # MIT
lxml!=3.7.0,>=3.4.1 # BSD
docutils>=0.11 # OSI-Approved Open Source, Public Domain
sphinx>=2.0.0,!=2.1.0 # BSD
demjson>=2.2.2 # GLGPLv3+
PyYAML>=3.12 # MIT