add password wallet

This commit is contained in:
2024-12-22 11:46:01 +01:00
parent 80b2b4e69f
commit 61345f68fd
6 changed files with 463 additions and 8 deletions

View File

@@ -5,5 +5,9 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bcrypt>=4.2.1",
"cryptography>=44.0.0",
"flask>=3.1.0",
"paho-mqtt>=2.1.0",
"requests>=2.32.3",
]