diff options
| author | Fuwn <[email protected]> | 2025-07-27 20:40:53 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-27 20:40:53 +0200 |
| commit | 2e6e229eed6d72330ab2d535d389987f80c614a3 (patch) | |
| tree | c90683a70f566f61bd6af526cc7039dcce87da61 /pyproject.toml | |
| parent | feat: Initial commit (diff) | |
| download | umapyai-2e6e229eed6d72330ab2d535d389987f80c614a3.tar.xz umapyai-2e6e229eed6d72330ab2d535d389987f80c614a3.zip | |
feat: Pretty logging
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index f8b399b..f39786d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,10 +4,11 @@ version = "0.1.0" description = "Uma Musume: Pretty Derby Build Assistant (AI)" authors = [{ name = "Fuwn", email = "[email protected]" }] dependencies = [ - "chromadb>=1.0.15", - "sentence-transformers>=5.0.0", - "requests>=2.32.4", - "psutil>=7.0.0", + "chromadb>=1.0.15", + "sentence-transformers>=5.0.0", + "requests>=2.32.4", + "psutil>=7.0.0", + "loguru>=0.7.3", ] requires-python = ">= 3.8" |