Skip to content

Commit

Permalink
Merge pull request #207 from glotzerlab/fix-flask-login-dependency
Browse files Browse the repository at this point in the history
Restore flask-login dependency pinning.
  • Loading branch information
joaander authored Nov 14, 2023
2 parents b81aa1c + e622855 commit b55051b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dependencies = [
"flask>=2.1.0",
"flask-assets>=2.0.0",
"flask-login>=0.6.1",
"flask-login>=0.6.0",
"flask-turbolinks",
"jinja2>=3.0.0",
"jsmin",
Expand Down

0 comments on commit b55051b

Please sign in to comment.