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", "argh",
"gevent", "gevent",
"psycogreen", "psycogreen",
"psycopg2", "psycopg2-binary",
"python-dateutil", "python-dateutil",
"requests", "requests",
"wubloader-common", "wubloader-common",

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

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

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

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

Loading…
Cancel
Save