social-posting/pyproject.toml
2026-07-28 09:57:31 -03:00

11 lines
225 B
TOML

[project]
name = "social-posting"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"beautifulsoup4>=4.15.0",
"feedparser>=6.0.12",
"mastodon-py>=2.2.1",
"peewee>=4.2.6",
"requests>=2.34.2",
]