pallets-eco / flask-openid

Flask-OpenID adds openid support to flask applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use environment marker instead of checking python version programatically.

mbelang opened this issue · comments

This package checks the installed version programatically and it is not compatible with poetry as mentionned here: python-poetry/poetry#1287

Could the lib use dependency markers instead which follows PEP-508.

Just stumbled onto this, but guessing this project dead with the last commit being 4 years ago?

Oof. This makes using Poetry difficult (which respects env markers and not setup.py) with anything requiring this library.