chore: del move and update qr with dockerfile

This commit is contained in:
d3m0k1d
2026-04-29 14:46:41 +03:00
parent d3a2fe0f9c
commit 2b4d6c3441
9 changed files with 126 additions and 455 deletions
+18
View File
@@ -0,0 +1,18 @@
[project]
name = "scanner"
version = "0.1.0"
description = "QR Scanner for rostpoliplast"
requires-python = ">=3.11"
dependencies = [
"pyzbar==0.1.9",
"requests==2.31.0",
"opencv-python-headless==4.9.0.80",
"Pillow==10.2.0",
"numpy==1.26.4",
]
[project.optional-dependencies]
dev = ["pytest"]
[tool.uv]
dev-dependencies = []