Skip to content

Commit

Permalink
TEST-#4348: use psycopg2-binary for testing and developing purpose (#…
Browse files Browse the repository at this point in the history
…6573)

Signed-off-by: Anatoly Myachev <[email protected]>
  • Loading branch information
anmyachev authored Sep 20, 2023
1 parent e5102f5 commit a1a39a0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a1a39a0

Please sign in to comment.