14 lines
272 B
TOML
14 lines
272 B
TOML
[project]
|
|
name = "flan"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"code128>=0.3",
|
|
"matplotlib>=3.10.7",
|
|
"opencv-python>=4.12.0.88",
|
|
"pillow>=12.0.0",
|
|
"pyzbar>=0.1.9",
|
|
]
|