Closed earthday closed 4 years ago
When I use this package, I only need MySQL, and don't need PostgreSQL, but this library force me to install PostgreSQL's package psycopg2 or psycopg2cffi.
psycopg2
psycopg2cffi
That's why I meet issue https://github.com/necaris/python3-openid/issues/46
Merged through #49 -- thank you for the PR!
When I use this package, I only need MySQL, and don't need PostgreSQL, but this library force me to install PostgreSQL's package
psycopg2
orpsycopg2cffi
.That's why I meet issue https://github.com/necaris/python3-openid/issues/46