Files
ChineseBQB/pyproject.toml
2025-08-30 14:01:32 +08:00

12 lines
254 B
TOML

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