Finished boolean questions

This commit is contained in:
tsmith372
2026-03-14 21:35:51 -04:00
parent 74f19abfcd
commit 34ddc1c612
4 changed files with 13 additions and 151 deletions

View File

@@ -7,7 +7,7 @@ requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
dependencies = [
"easybits (>=0.1.3,<0.2.0)",
"easybits>=0.1.3,<0.2.0",
"tabulate (>=0.9.0,<0.10.0)",
]