Files
tumleter/pyproject.toml
2026-04-27 19:28:35 +02:00

12 lines
230 B
TOML

[project]
name = "tumleter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"logging>=0.4.9.6",
"python-dotenv>=1.2.2",
"pytumblr>=0.1.2",
]