mkhorasani / Streamlit-Authenticator

A secure authentication module to validate user credentials in a Streamlit application.
Apache License 2.0
1.38k stars 229 forks source link

Introduce Poetry for easier dependency management #106

Open Jocelyn-Gas opened 6 months ago

Jocelyn-Gas commented 6 months ago

As discussed earlier, I suggest using poetry:

Poetry installation instructions can be found here

In addition to the use of Poetry, I recommend using a linter and code formatter. In this PR I added Ruff that can served as both linter and formatter and is extremely fast.