-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace psycopg2-binary with pg8000 and black with ruff (#25)
* Replace psycopg2-binary with pg8000 psycopg2 is licensed under LGPL that's not compatible with ASF - https://www.apache.org/legal/resolved.html#category-x * Replace black with ruff black depends on pathspec that is licensed under MPL 2.0. Even though MPL 2.0 can _maybe_ be included in an ASF project, I'd prefer to simplify the discussion and just replace black with ruff that is licensed as Apache 2.0, does not have any dependencies, and is already used by other Apache projects.
- Loading branch information
Showing
5 changed files
with
52 additions
and
71 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters