ft: uv setup

This commit is contained in:
2026-04-27 19:28:35 +02:00
parent b86104556d
commit 18749584b7
3 changed files with 206 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[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",
]