added pyproject and uv.lock

This commit is contained in:
Joe Lothan 2026-06-16 09:19:38 -04:00
parent 3b911f6ceb
commit 5ddf28547e
2 changed files with 211 additions and 0 deletions

8
pyproject.toml Normal file
View file

@ -0,0 +1,8 @@
[project]
name = "ticker-tape"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"python-escpos>=3.1",
]