[project] name = "custombingo" version = "0.1.0" description = "A Python application that generates customized BINGO cards from spreadsheet data" readme = "README.md" requires-python = ">=3.12" dependencies = [ "pandas>=2.0.0", "reportlab>=4.0.0", "openpyxl>=3.1.0", "click>=8.0.0" ]