Milestone 2.

This commit is contained in:
2025-08-18 21:40:41 +02:00
parent 1646d7b827
commit e283e9f696
13 changed files with 615 additions and 107 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "pkm"
version = "0.1.1"
version = "0.2.0"
description = "Personal Knowledge Manager (Flask + Tailwind + DaisyUI)"
readme = "README.md"
requires-python = ">=3.9"
@@ -14,6 +14,9 @@ dependencies = [
"click>=8.1",
"python-frontmatter>=1.0.1",
"PyYAML>=6.0.2",
"markdown-it-py>=3.0.0",
"mdit-py-plugins>=0.4.0",
"bleach>=6.1.0",
]
[project.optional-dependencies]