add pgcopy to setup.py
This commit is contained in:
parent
46662b55c7
commit
9ccf00f56b
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ setup(
|
|||
],
|
||||
extras_require={
|
||||
'ui': ['pyside2'],
|
||||
'postgres': ['psycopg2'],
|
||||
'postgres': ['psycopg2', 'pgcopy'],
|
||||
'lint': ['mypy', 'pylint'],
|
||||
'test': ['coverage'],
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue