mirror of
https://github.com/zhaoolee/ChineseBQB.git
synced 2026-01-12 05:34:56 +08:00
12 lines
254 B
TOML
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",
|
|
]
|