From: Guillaume Pellerin Date: Sat, 24 Jan 2015 21:31:43 +0000 (+0100) Subject: add dep to pyyaml X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=29fa4af81d32f1c7bfc68297343b3d6ec49dd3f6;p=deefuzzer.git add dep to pyyaml --- diff --git a/setup.py b/setup.py index 56cccad..bbfc97c 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ setup( 'mutagen', 'pyliblo', 'pycurl', + 'pyyaml', ], platforms=['OS Independent'], license='CeCILL v2',