2024-11-16 17:03:05 +00:00
|
|
|
[project]
|
2022-01-02 16:37:40 +00:00
|
|
|
name = "bstools"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
2024-11-16 17:03:05 +00:00
|
|
|
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",
|
|
|
|
]
|