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