commit | 3c581325e8a0b55b87e9077959bc9f68918d48af | [log] [tgz] |
---|---|---|
author | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Sat Sep 14 13:19:26 2024 -0700 |
committer | James Kuszmaul <jabukuszmaul+collab@gmail.com> | Sat Sep 21 16:49:44 2024 -0700 |
tree | 079a154a498d78fd0bbd0db346676f9a83cab6b2 | |
parent | ea5f0a7624d44a82c7425cdf4909f2bd722d7f49 [diff] [blame] |
Add flask as python dependency Adding at request from Max F to allow experimentation with making python UIs (how we actually implement our new spline UI will vary). Change-Id: I221880d43850ff3084994cf1910625e3568a4e87 Signed-off-by: James Kuszmaul <jabukuszmaul+collab@gmail.com>
diff --git a/tools/python/requirements.txt b/tools/python/requirements.txt index 5d2234d..e7f23c3 100644 --- a/tools/python/requirements.txt +++ b/tools/python/requirements.txt
@@ -37,3 +37,5 @@ tensorflow tensorflow_datasets + +flask