Skip to content

Commit 905a760

Browse files
author
Fabien Coelho
committed
remove passlib dev dependency
this is not required with fsa 33.
1 parent a6e0eaa commit 905a760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dev = [
3838
# packaging
3939
"build", "twine", "wheel",
4040
# tests
41-
"types-flask", "types-requests", "FlaskSimpleAuth>=33.0", "passlib", "bcrypt", "pydantic"
41+
"types-flask", "types-requests", "FlaskSimpleAuth>=33.0", "bcrypt", "pydantic"
4242
]
4343
# documentation generation
4444
doc = ["sphinx", "sphinx_rtd_theme", "sphinx-autoapi", "sphinx-lint", "myst_parser"]

0 commit comments

Comments
 (0)