From 3957b734ed75d8a53f1e195bf9126d8d8625832d Mon Sep 17 00:00:00 2001 From: Christopher Rosell Date: Fri, 25 May 2012 17:26:11 +0200 Subject: Refactor stream input/output. - Now uses pbs library to handle subprocesses. - Removed -c option as not all plugins may be based on subprocesses. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 78552f8..44e7f72 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages from sys import version_info version = "1.0.0" -deps = [] +deps = ["pbs"] # require argparse on Python <2.7 and <3.2 if (version_info[0] == 2 and version_info[1] < 7) or \ -- cgit v1.2.3