feat: Semaine 8

This commit is contained in:
gauvainboiche
2026-05-11 09:25:19 +02:00
parent 606e43e53f
commit 3315cb2336
123 changed files with 5748 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
[project]
name = "secuvault"
version = "0.1.0"
description = "Shared password vault"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"bcrypt>=5.0.0",
"cryptography>=46.0.7",
"fastapi>=0.135.3",
"itsdangerous>=2.2.0",
"jinja2>=3.1.6",
"python-dotenv>=1.0.0",
"python-multipart>=0.0.26",
"uvicorn>=0.44.0",
]