-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (30 loc) · 786 Bytes
/
Copy pathpyproject.toml
File metadata and controls
33 lines (30 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[project]
name = "BarcodePrinter"
version = "0.1.0"
description = "A modern, production-ready desktop application for generating and printing Code128 barcodes and QR codes on Windows."
readme = "README.md"
requires-python = ">=3.10"
authors = [
{ name = "Danny Pham", email = "dannyphamv@duck.com" }
]
dependencies = [
"flet[all]>=0.80.5",
"flet-datatable2>=0.80.5",
"python-barcode[images]>=0.16.1",
"qrcode[pil]>=8.2",
"Pillow>=12.1.1",
]
[dependency-groups]
dev = [
"flet-cli>=0.80.5",
"flet-desktop>=0.80.5",
"flet-web>=0.80.5",
]
[tool.flet]
org = "com.dannyphamv"
product = "BarcodePrinter"
company = "Danny Pham"
copyright = "Copyright (C) 2026 by Danny Pham. All rights reserved."
additional_hooks_dirs = ["."]
[tool.flet.app]
path = "src"