From 9ccf00f56baf7daec400b6bfb0e9791b831b9eb1 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 30 Jun 2020 12:18:03 -0400 Subject: [PATCH] add pgcopy to setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 413b4b227..d7a0358ec 100644 --- a/setup.py +++ b/setup.py @@ -62,7 +62,7 @@ setup( ], extras_require={ 'ui': ['pyside2'], - 'postgres': ['psycopg2'], + 'postgres': ['psycopg2', 'pgcopy'], 'lint': ['mypy', 'pylint'], 'test': ['coverage'], },