Use psycopg2-binary instead of psycopg2

It's identical except we download pre-built binaries.
This makes builds faster and requires less dependencies.
pull/186/head
Mike Lang 5 years ago
parent a89bfcd271
commit 214b82ea2d

@ -8,7 +8,7 @@ setup(
"argh",
"gevent",
"psycogreen",
"psycopg2",
"psycopg2-binary",
"python-dateutil",
"requests",
"wubloader-common",

@ -9,7 +9,7 @@ setup(
"gevent",
"prometheus-client",
"psycogreen",
"psycopg2",
"psycopg2-binary",
"requests",
"wubloader-common",
],

@ -9,7 +9,7 @@ setup(
"gevent",
"prometheus-client",
"psycogreen",
"psycopg2",
"psycopg2-binary",
"requests",
"wubloader-common",
],

@ -9,7 +9,7 @@ setup(
"gevent",
"prometheus-client==0.7.1", # locked version as we rely on internals
"psycogreen",
"psycopg2",
"psycopg2-binary",
"python-dateutil",
"requests",
"wubloader-common",

@ -10,7 +10,7 @@ setup(
"gevent",
"google-auth",
"psycogreen",
"psycopg2",
"psycopg2-binary",
"requests",
"wubloader-common",
],

Loading…
Cancel
Save