From 813e4f7e6f8941316af53a8e2fe4c1ed247d637c Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Fri, 19 Jun 2026 11:49:06 -0700 Subject: python migration --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ffeca58 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,11 @@ +[project] +name = "ts6-web-explorer" +version = "0.1.0" +description = "Add your description here" +readme = "README.md" +requires-python = ">=3.13" +dependencies = [ + "flask>=3.1.3", + "flask-cors>=6.0.5", + "requests>=2.34.2", +] -- cgit v1.2.3