chore: Initial project setup with dependencies

This commit is contained in:
Esa Kataja
2024-12-03 19:23:58 +02:00
commit fc9d33c3c2
5 changed files with 109 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "notes-cleaner"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pydantic>=2.10.3",
]