diff --git a/.travis.yml b/.travis.yml index 1b71f81..ff6d488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.2" - "3.3" diff --git a/setup.py b/setup.py index 0d46dfe..881ac72 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,8 @@ setup( packages=find_packages(), install_requires=[ 'pyquery >= 1.2.13', - 'luigi >= 2.2.0' + 'luigi >= 2.2.0', + 'python-daemon >= 2.1.1' ], setup_requires=[ 'pytest_runner >= 2.9'