Skip to content

Commit 919f49a

Browse files
committed
chore(requirements): change psycopg2 to psycopg2-binary to avoid warnings
Psycopg2 is being deprecated in favor psycopg2-binary or building and compiling the source. Let's go with psycopg2-binary for now.
1 parent 5d2ea62 commit 919f49a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ morph==0.1.2
1515
ndg-httpsclient==0.4.2
1616
packaging==16.8
1717
pyasn1==0.3.2
18-
psycopg2==2.7.3
18+
psycopg2-binary==2.7.5
1919
pyldap==2.4.37
2020
pyOpenSSL==17.5.0
2121
pytz==2017.2

0 commit comments

Comments
 (0)