commit ac40eef32632dbd71c44d2f9b81b49301d274309
parent c7dc80d87532774b6e9f62ad0de8a70b2859cf21
Author: Chris Roberts <chris.roberts@learningunix.net>
Date: Thu, 16 Jul 2026 18:55:15 -0500
updated pyproject.toml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "simplefe"
version = "0.1.0"
requires-python = ">=3.11"
-dependencies = ["flask", ]
+dependencies = ["flask", "pexpect",]
[project.optional-dependencies]
test = ["pytest"]