zhaoolee commit

This commit is contained in:
zhaoo lee
2025-04-20 18:12:37 +08:00
parent 4eea036926
commit ee1a0950e6
31 changed files with 137 additions and 7 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "chinesebqb"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.9.6"
dependencies = [
"markdown==3.4",
"python-frontmatter==0.5.0",
"python-wordpress-xmlrpc>=2.3",
]