Files
ChineseBQB/Pipfile
2023-11-06 13:11:41 +08:00

19 lines
327 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
push = "git add _posts && git commit -m '更新文章' && git push"
build = "python main.py"
[packages]
markdown = "3.4"
python-wordpress-xmlrpc = "2.3"
python-frontmatter = "0.5.0"
[dev-packages]
[requires]
python_version = "3.9"