From 29fa4af81d32f1c7bfc68297343b3d6ec49dd3f6 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sat, 24 Jan 2015 22:31:43 +0100 Subject: [PATCH] add dep to pyyaml --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.39.5