diff options
| author | Fuwn <[email protected]> | 2025-07-27 22:30:47 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-27 22:30:47 +0200 |
| commit | 0c694fe47625eed8fc8c75373d8839eb24715609 (patch) | |
| tree | 3ecd756d78c59ab34fe190e2cc01d8707cf48c60 /pyproject.toml | |
| parent | docs: Add README (diff) | |
| download | umapyai-0c694fe47625eed8fc8c75373d8839eb24715609.tar.xz umapyai-0c694fe47625eed8fc8c75373d8839eb24715609.zip | |
feat(umapyai): Simple web interface
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index c831093..49fde4f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,6 +10,8 @@ dependencies = [ "psutil>=7.0.0", "loguru>=0.7.3", "beautifulsoup4>=4.13.4", + "flask>=3.1.1", + "flask-cors>=6.0.1", ] readme = "README.md" requires-python = ">= 3.8" |