Fix #2199: Use `imagesize` package to obtain size of images

This commit is contained in:
Takeshi KOMIYA
2016-02-10 00:46:22 +09:00
parent ffec78f0b0
commit fd674ef9f9
5 changed files with 50 additions and 20 deletions
+1
View File
@@ -53,6 +53,7 @@ requires = [
'snowballstemmer>=1.1',
'babel>=1.3,!=2.0',
'alabaster>=0.7,<0.8',
'imagesize',
]
extras_require = {
# Environment Marker works for wheel 0.24 or later