Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 40e543b

Browse files
authored
Update setup.py
Remove psycopg2�. This should be a in the setup.py from vertica_python.
1 parent 7fcb5e1 commit 40e543b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
vertica.vertica_python = sqla_vertica_python.vertica_python:VerticaDialect
2020
""",
2121
install_requires=[
22-
'vertica_python',
23-
'psycopg2'
22+
'vertica_python'
2423
],
2524
)
2625

0 commit comments

Comments
 (0)