Export in JSON format.

This commit is contained in:
luxick
2017-08-09 11:06:25 +02:00
parent 6bc7d8ed57
commit 3e98935512
5 changed files with 75 additions and 8 deletions

View File

@@ -37,5 +37,5 @@ setup(
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'License :: OSI Approved :: MIT License',
], install_requires=['gi', 'pillow', 'six', 'mtgsdk']
], install_requires=['gi', 'pillow', 'six', 'mtgsdk', 'jsonpickle']
)