|
|
@ -50,7 +50,8 @@ else: |
|
|
|
cairosvg = 'cairosvg==0.5' |
|
|
|
cairosvg = 'cairosvg==0.5' |
|
|
|
|
|
|
|
|
|
|
|
tests_requirements = [ |
|
|
|
tests_requirements = [ |
|
|
|
"pyquery", "flask", cairosvg, |
|
|
|
"pyquery", "flask", cairosvg, 'lxml', 'pygal_maps_world', 'pygal_maps_fr', |
|
|
|
|
|
|
|
'pygal_maps_ch', 'coveralls', |
|
|
|
'pytest-runner', 'pytest-cov', 'pytest-flake8', 'pytest-isort', |
|
|
|
'pytest-runner', 'pytest-cov', 'pytest-flake8', 'pytest-isort', |
|
|
|
'pytest' |
|
|
|
'pytest' |
|
|
|
] |
|
|
|
] |
|
|
@ -79,7 +80,7 @@ setup( |
|
|
|
package_data={'pygal': ['css/*', 'graph/maps/*.svg']}, |
|
|
|
package_data={'pygal': ['css/*', 'graph/maps/*.svg']}, |
|
|
|
extras_require={ |
|
|
|
extras_require={ |
|
|
|
'lxml': ['lxml'], |
|
|
|
'lxml': ['lxml'], |
|
|
|
'png': ['cairosvg'], |
|
|
|
'png': [cairosvg], |
|
|
|
'test': tests_requirements |
|
|
|
'test': tests_requirements |
|
|
|
}, |
|
|
|
}, |
|
|
|
classifiers=[ |
|
|
|
classifiers=[ |
|
|
|