remove unused flask_httpauth module

This commit is contained in:
2025-04-01 21:54:58 +02:00
parent 9decf702e3
commit 0319a5c7d9
4 changed files with 2 additions and 22 deletions

View File

@@ -19,7 +19,6 @@ home-stream = "home_stream.app:main"
[tool.poetry.dependencies]
python = "^3.10"
flask = "^3.1.0"
flask-httpauth = "^4.8.0"
bcrypt = "^4.3.0"
gunicorn = "^23.0.0"
pyyaml = "^6.0.2"