Remove pretty_format_json simplejson dependency

* The simplejson module is only needed for <=py25 so replace with builtin json.
 * Replace six dependecy for simple Py2 check for convertion to unicode.
 * Cleanup quotes.
This commit is contained in:
Calum Lind 2017-12-10 08:57:34 +00:00
parent 1f262dab15
commit 00974efa31
3 changed files with 16 additions and 16 deletions

View file

@ -28,8 +28,6 @@ setup(
'flake8!=2.5.3',
'autopep8>=1.3',
'pyyaml',
'simplejson',
'six',
],
entry_points={
'console_scripts': [