flickr/pyproject.toml

10 lines
170 B
TOML
Raw Normal View History

2025-09-12 20:23:18 +02:00
[project]
name = "flickr"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"phue>=1.1",
]