From a1a39a052919fe7ab6033d76a570f7ec3739ed4d Mon Sep 17 00:00:00 2001 From: Anatoly Myachev Date: Wed, 20 Sep 2023 09:00:29 +0200 Subject: [PATCH] TEST-#4348: use `psycopg2-binary` for testing and developing purpose (#6573) Signed-off-by: Anatoly Myachev --- requirements-dev.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 25203256160..0f855c5e8df 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -26,7 +26,9 @@ pandas-gbq>=0.15.0 tables>=3.7.0 # pymssql==2.2.8 broken: https://github.com/modin-project/modin/issues/6429 pymssql>=2.1.5,!=2.2.8 -psycopg2>=2.9.3 +# psycopg devs recommend the other way of installation for production +# but this is ok for testing and development +psycopg2-binary>=2.9.3 connectorx>=0.2.6a4 fastparquet>=0.8.1 flask-cors