diff options
| author | Thomas Grothe <thomas.grothe@gd-ms.com> | 2025-12-22 23:16:17 -0500 |
|---|---|---|
| committer | Thomas Grothe <thomas.grothe@gd-ms.com> | 2025-12-22 23:16:17 -0500 |
| commit | cf32a126026e23c82aa9d49e248b24e26de5c71c (patch) | |
| tree | f1673bbce1b07be740c3e838cf74dff156090065 /requirements.txt | |
| parent | de32a06fd09f16686ab2e3c531a2127a45de2028 (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.txt | 2 |
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 |
