From 748fcb76778b618d232b1c829f72d4ef65392441 Mon Sep 17 00:00:00 2001 From: Stuart Quin Date: Sun, 18 Oct 2015 21:55:56 +0100 Subject: Issue #355 Use setproctitle to hide command line passwords --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index e69be836..835c5bea 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,8 @@ setup( 'prompt_toolkit==0.46', 'psycopg2 >= 2.5.4', 'sqlparse == 0.1.16', - 'configobj >= 5.0.6' + 'configobj >= 5.0.6', + 'setproctitle >= 1.1.9' ], entry_points=''' [console_scripts] -- cgit v1.2.3