necaris / python3-openid

Python 3 port of the python-openid library
Apache License 2.0
46 stars 42 forks source link

Fix issue 46: Move PostgreSQL package's import to class PostgreSQLStore #47

Closed earthday closed 4 years ago

earthday commented 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.

That's why I meet issue https://github.com/necaris/python3-openid/issues/46

necaris commented 4 years ago

Merged through #49 -- thank you for the PR!