GauriSP10/streamlit_login_auth_ui

Dependency issue: argon2 not found

Opened this issue · 1 comments

Hello

After following the quickstart guide i get the error
ModuleNotFoundError: No module named 'argon2'

This is fixed with:
python -m pip install argon2_cffi

Could you fix the dependency issue ? (the package ?)

it is also in the requirements.txt file but there also seems to be much not required specifically for this module