Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TEST-#4348: use psycopg2-binary for testing and developing purpose #6573

Merged
merged 2 commits into from
Sep 20, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
TEST-#4348: use 'psycopg2-binary' for testing and developing purpose
Signed-off-by: Anatoly Myachev <[email protected]>
anmyachev committed Sep 18, 2023
commit e69983797cacbb1f3e75a1a685f3eae402e19e95
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ 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
psycopg2-binary>=2.9.3
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add a comment here saying that psycopg devs recommend the other way of installation for production (as was discussed in original issue)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated

anmyachev marked this conversation as resolved.
Show resolved Hide resolved
connectorx>=0.2.6a4
fastparquet>=0.8.1
flask-cors