This commit is contained in:
njmason22
2026-02-13 20:49:53 -05:00
parent 9f954f5372
commit e1cd7b7c87
3 changed files with 96 additions and 68 deletions

View File

@@ -6,7 +6,10 @@ authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
dependencies = ["requests (>=2.32.3,<3.0.0)"]
dependencies = [
"choice>=0.1",
"requests>=2.32.3,<3.0.0",
]
[build-system]
requires = ["hatchling"]