added pyproject and uv.lock
This commit is contained in:
parent
3b911f6ceb
commit
5ddf28547e
2 changed files with 211 additions and 0 deletions
8
pyproject.toml
Normal file
8
pyproject.toml
Normal 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",
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue