Planned first release

This commit is contained in:
mwisnowski 2025-08-21 10:50:22 -07:00
parent 36b887c964
commit 6fc859b766
7 changed files with 304 additions and 3 deletions

View file

@ -22,7 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.13" # This is what it was built with anyway
requires-python = ">=3.11" # This is what it was built with anyway
dependencies = [
"pandas>=1.5.0",
"inquirer>=3.1.3",