# // edited by glg (18:23 WIB, 2026-02-11) # // change: Daftarkan escpos sebagai paket lokal path + pin dependency runtime lain. # // technical rationale: Vendor dipindah ke libs/python-escpos agar tetap offline-friendly tanpa namespace internal `pypos.vendors`. ./libs/python-escpos requests==2.32.5 # // edited by glg (11:53 WIB, 2026-04-16) # // change: Tambah stub typing requests agar mypy tidak lagi menghasilkan import-untyped. # // technical rationale: Menutup residual non-fatal type errors tanpa menurunkan strictness gate. types-requests==2.33.0.20260408 PySide6==6.10.1 reportlab==4.4.9 Pillow==12.1.0 qrcode==8.2 python-barcode==0.16.1 pywin32==311; platform_system == "Windows"