Milestone 1.
This commit is contained in:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||
|
||||
[project]
|
||||
name = "pkm"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Personal Knowledge Manager (Flask + Tailwind + DaisyUI)"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.9"
|
||||
@@ -12,10 +12,14 @@ dependencies = [
|
||||
"Flask>=3.0",
|
||||
"python-dotenv>=1.0",
|
||||
"click>=8.1",
|
||||
"python-frontmatter>=1.0.1",
|
||||
"PyYAML>=6.0.2",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = []
|
||||
dev = [
|
||||
"pytest>=8.2",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
pkm = "cli:main"
|
Reference in New Issue
Block a user