aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2026-06-19 11:49:06 -0700
committerPinapelz <yukais@pinapelz.com>2026-06-19 11:49:06 -0700
commit813e4f7e6f8941316af53a8e2fe4c1ed247d637c (patch)
tree5a930b836fa5bfff15b31bb87a1c6cc06b26df75 /pyproject.toml
parentf86d15fdd9f5b022c1b1a23b2219952d13641863 (diff)
python migration
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml11
1 files changed, 11 insertions, 0 deletions
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",
+]
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage