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

Commit 7fcb5e1

Browse files
authored
Missing dependencies QuotedString from vertica_python
ImportError: couldn't import psycopg2.extensions.QuotedString
1 parent d1dcafe commit 7fcb5e1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
vertica.vertica_python = sqla_vertica_python.vertica_python:VerticaDialect
2020
""",
2121
install_requires=[
22-
'vertica_python'
22+
'vertica_python',
23+
'psycopg2'
2324
],
2425
)
2526

0 commit comments

Comments
 (0)