Fix dependencies for project

This commit is contained in:
2025-12-02 22:24:06 -05:00
parent e7dcdb0448
commit da76c80395

View File

@@ -17,6 +17,11 @@ classifiers = [
"Environment :: Console", "Environment :: Console",
"Topic :: Utilities" "Topic :: Utilities"
] ]
requires-python = ">=3.14"
dependencies = [
"base64-random",
"textual"
]
[project.urls] [project.urls]
Homepage = "https://git.luchuktech.space/Andrew/codupoc" Homepage = "https://git.luchuktech.space/Andrew/codupoc"