summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorThomas Grothe <thomas.grothe@gd-ms.com>2025-12-22 23:16:17 -0500
committerThomas Grothe <thomas.grothe@gd-ms.com>2025-12-22 23:16:17 -0500
commitcf32a126026e23c82aa9d49e248b24e26de5c71c (patch)
treef1673bbce1b07be740c3e838cf74dff156090065 /requirements.txt
parentde32a06fd09f16686ab2e3c531a2127a45de2028 (diff)
simple python flask webserver from cline (claude 3.7). still unsure about using window.env from html or just an endpoint.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..5faa4fb
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,2 @@
+Flask==2.3.3
+Werkzeug==2.3.7