]> git.parisson.com Git - deefuzzer.git/commitdiff
add dep to pyyaml
authorGuillaume Pellerin <yomguy@parisson.com>
Sat, 24 Jan 2015 21:31:43 +0000 (22:31 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Sat, 24 Jan 2015 21:31:43 +0000 (22:31 +0100)
setup.py

index 56cccad48989f1329ffcc9a648c4ce8d05791c5e..bbfc97ca5e5c40a78e8d6eb0cebbd1a969f5d2e5 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -25,6 +25,7 @@ setup(
         'mutagen',
         'pyliblo',
         'pycurl',
+        'pyyaml',
   ],
   platforms=['OS Independent'],
   license='CeCILL v2',