Skip to content

Commit eed8cc8

Browse files
committed
Pin zipstream version (fixes #222)
1 parent a94bc08 commit eed8cc8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def run(self):
162162
"Flask >= 0.10.1",
163163
"jpegtran-cffi >= 0.4",
164164
"requests >= 2.2.0",
165-
"zipstream >= 1.0.2",
165+
"zipstream >= 1.0.2,<1.1.0",
166166
"tornado >= 4.0",
167167
"Wand >= 0.3.5",
168168
]

0 commit comments

Comments
 (0)