36 lines
690 B
TOML
36 lines
690 B
TOML
[project]
|
|
name = "fundor333-github-io"
|
|
version = "1.0.0"
|
|
description = ""
|
|
authors = [{ name = "Fundor333", email = "fundor333@fundor333.com" }]
|
|
requires-python = "~=3.12.0"
|
|
readme = "README.md"
|
|
dependencies = [
|
|
"feedparser",
|
|
"requests",
|
|
"python-dotenv",
|
|
"weeknotebot",
|
|
"pillow",
|
|
"beautifulsoup4",
|
|
"pyyaml",
|
|
"lxml",
|
|
"typer",
|
|
"python-frontmatter",
|
|
"bleach",
|
|
"matplotlib>=3.10.8",
|
|
]
|
|
|
|
[project.entry-points.dotenv]
|
|
ignore = "false"
|
|
location = ".env"
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"hugo-nbconvert>=2025.5.24.3",
|
|
"jupyterlab>=4.4.6",
|
|
"langchain>=0.3.27",
|
|
"langchain-ollama>=0.3.7",
|
|
"pandas>=2.3.2",
|
|
"pre-commit>=4.1.0,<5",
|
|
]
|