Skip to content
Snippets Groups Projects
Commit ed97600e authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[dependencies] Use psycopg2-binary as recommended

This avoids the need to build the psycopg2 packages and thus requires
PostgreSQL dependencies.
parent ae976d21
No related branches found
No related tags found
2 merge requests!2551.4.x,!243Various fixes
Pipeline #
......@@ -64,7 +64,7 @@ eggs = alabaster
pip
psutil
ptyprocess
psycopg2
psycopg2-binary
Pygments
pyparsing
python-archive
......
......@@ -61,7 +61,7 @@ setup(
"docutils",
"Jinja2",
"nose",
"psycopg2",
"psycopg2-binary",
"pytz",
"psutil",
"setuptools",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment