Files
fundor333.com/pyproject.toml
Fundor333 86b516f2fc Update dependencies and add new packages
- Updated `browserslist` from version 4.25.0 to 4.25.1
- Updated `caniuse-lite` from version 1.0.30001724 to 1.0.30001726
- Updated `electron-to-chromium` from version 1.5.173 to 1.5.177
- Added `shellingham` version 1.5.4 to `poetry.lock`, `pyproject.toml`, and `requirements.txt`
- Added `typer` version 0.16.0 to `poetry.lock`, `pyproject.toml`, and `requirements.txt`
- Updated dependencies for `typer` in `poetry.lock`
- Updated content hash in `poetry.lock`
- Updated multiple PNG files in the `static/Characters` directory
2025-06-29 23:07:17 +02:00

35 lines
675 B
TOML

[tool.poetry]
name = "fundor333-github-io"
version = "0.1.0"
description = ""
authors = ["Fundor333 <fundor333@fundor333.com>"]
readme = "README.md"
packages = [{ include = "fundor333" }]
[tool.poetry.dependencies]
python = "^3.11"
feedparser = "*"
requests = "*"
python-dotenv = "*"
weeknotebot = "*"
pillow = "^11.2.1"
beautifulsoup4 = "^4.13.4"
pyyaml = "^6.0.2"
lxml = "^5.4.0"
typer = "^0.16.0"
[tool.poetry.group.dev.dependencies]
pre-commit = "^4.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.plugins.dotenv]
ignore = "false"
location = ".env"
[tool.poetry.requires-plugins]
poetry-plugin-export = ">=1.8"