add simpljson for compat

This commit is contained in:
Quentin Rouland 2017-03-04 11:40:43 +01:00
parent d7a3dd585b
commit cb6d9ec324
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
flask
flask-restful
watchdog
simplejson

View File

@ -5,7 +5,7 @@ import hashlib
import os
from flask import json
from json import JSONDecodeError
from simplejson import JSONDecodeError
from utils.PackageFinder import InvalidPackageName, PackageFinder
from utils.Tools import file_as_blockiter, hash_bytestr_iter