17 lines
391 B
TOML
17 lines
391 B
TOML
[project]
|
|
name = "bstools"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [{name="James Ravenscroft", email="ravenscroftj@gmail.com"}]
|
|
requires-python = ">=3.8,<4.0"
|
|
dependencies = [
|
|
"click>=8.1.7",
|
|
"feedparser>=6.0.11",
|
|
"html2image>=2.0.5",
|
|
"markdownify>=0.13.1",
|
|
"phpserialize>=1.3",
|
|
"python-dotenv>=1.0.1",
|
|
"python-frontmatter>=1.1.0",
|
|
"requests>=2.32.3",
|
|
]
|