diff --git a/pyproject.toml b/pyproject.toml index 1f6062e..eb8c4f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,11 @@ classifiers = [ "Environment :: Console", "Topic :: Utilities" ] +requires-python = ">=3.14" +dependencies = [ + "base64-random", + "textual" +] [project.urls] Homepage = "https://git.luchuktech.space/Andrew/codupoc"