rough playable version finished
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "mosaic"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"numpy>=2.3.2",
|
||||
"pillow>=11.3.0",
|
||||
"pyzbar>=0.1.9",
|
||||
"qrcode>=8.2",
|
||||
"tqdm>=4.67.1",
|
||||
]
|
||||
Reference in New Issue
Block a user