Replies: 3 comments
-
Actually, we aren't able to deploy any changes until this situation is resolved either upstream or downstream (here) ... |
Beta Was this translation helpful? Give feedback.
0 replies
-
TBH, I'm against splitting the build, but as psycopg2 are testing for, and requires |
Beta Was this translation helpful? Give feedback.
0 replies
-
PostgreSQL dependencies are now optional. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since #398 has been submitted, it occured to me that not everyone needs those dependencies. Therefore, I propose to make them optional.
For anyone that want to test how it will look like, please report to the issue-398 branch.
What does this mean ?
This mean that once the issue-398 branch is merged, you will be required to explicitly install the PostgreSQL dependencies through the
psql
orpsql-binary
extras.Here how it will look like:
# psql required. pip3 --user --install PyFunceble-dev[psql-binary]
If you want to test - earlier, you can run:
This poll will stay open until November 3rd, 2024.
2 votes ·
Beta Was this translation helpful? Give feedback.
All reactions