Replace card download from Gatherer with mtgjson.com.

This commit is contained in:
luxick
2017-07-26 00:01:21 +02:00
parent 1db6ad0f2d
commit 2b1f3b940f
5 changed files with 121 additions and 67 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']
], install_requires=['gi', 'pillow', 'six']
)