diff options
| author | 2025-11-08 18:26:14 +0800 | |
|---|---|---|
| committer | 2025-11-08 18:26:14 +0800 | |
| commit | e0ad5639cc6199f16602f44d83ce3d658fb034f0 (patch) | |
| tree | 2d9b7c37b60362486b0e62180d15a0dd77cd9aad /pyproject.toml | |
| parent | 532cdb52786d1cc34c508a057765db8aa638382d (diff) | |
| download | mvp-e0ad5639cc6199f16602f44d83ce3d658fb034f0.tar.gz mvp-e0ad5639cc6199f16602f44d83ce3d658fb034f0.zip | |
chore(deps): add aiohttp and fastapi deps for webui and logshader usage
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 de49863..ae10b65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,9 @@ classifiers = [ "Programming Language :: Python :: 3", ] dependencies = [ + "aiohttp>=3.13.2", "conventionalrp>=1.2.1", + "fastapi>=0.121.0", "oneroll>=1.3.4", ] |
