1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00
feather/pyproject.toml

10 lines
199 B
TOML

[project]
name = "feather"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jinja2>=3.1.6",
"requests>=2.32.5",
]