You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add setuptools for Python 3.12+ compatibility
Python 3.12+ no longer includes setuptools by default, but flask-security
3.0.0 imports pkg_resources which requires it. This fixes the error:
ModuleNotFoundError: No module named 'pkg_resources'
0 commit comments