downgrade multidict to prevent segfault

This commit is contained in:
Lex Berezhny 2019-12-10 23:38:23 -05:00
parent 17771a2b89
commit af7c20e440

View file

@ -39,5 +39,6 @@ setup(
'pyyaml==4.2b1', 'pyyaml==4.2b1',
'docopt==0.6.2', 'docopt==0.6.2',
'hachoir', 'hachoir',
'multidict==4.6.1',
], ],
) )