First commit

This commit is contained in:
gauvainboiche
2026-07-24 20:47:31 +02:00
commit 46f53e43b1
18 changed files with 677 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "cv-generator"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"dotenv>=0.9.9",
"reportlab>=5.0.0",
]