Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit 18ce90c

Browse files
committed
Install the precompiled version of the driver
1 parent 7c060ea commit 18ce90c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
classifiers=['Programming Language :: Python :: 3 :: Only'],
1111
install_requires=[
1212
'singer-python==5.3.1',
13-
'psycopg2==2.7.4',
13+
'psycopg2-binary==2.9.5',
1414
'strict-rfc3339==0.7',
1515
],
1616
extras_require={

0 commit comments

Comments
 (0)