From e591a24d551c8863987a9b830be977e9c6ffd717 Mon Sep 17 00:00:00 2001 From: Fabrice Laporte Date: Sun, 27 Mar 2016 10:09:52 +0200 Subject: [PATCH] add imdbpy, pyyaml deps --- flinck/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flinck/__init__.py b/flinck/__init__.py index b557a55..3f6ee3a 100755 --- a/flinck/__init__.py +++ b/flinck/__init__.py @@ -15,7 +15,7 @@ from config import config from linker import Linker -__version__ = '0.1.1' +__version__ = '0.1.2' __author__ = 'Fabrice Laporte ' diff --git a/setup.py b/setup.py index 425b355..b3587b7 100644 --- a/setup.py +++ b/setup.py @@ -85,7 +85,7 @@ def publish(): ], }, - install_requires=[], + install_requires=['imdbpy', 'pyyaml'], classifiers=[ 'License :: OSI Approved :: MIT License',