diff options
| author | Fuwn <[email protected]> | 2025-07-27 21:00:08 +0200 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-07-27 21:00:08 +0200 |
| commit | 6b49cba11ac0e56e8e5dfcc02d146b8f679a5dd5 (patch) | |
| tree | 38577600fa7ec9242ade6607f58dedcbd1c51ae6 /pyproject.toml | |
| parent | refactor: Move Ollama specific functions to module (diff) | |
| download | umapyai-6b49cba11ac0e56e8e5dfcc02d146b8f679a5dd5.tar.xz umapyai-6b49cba11ac0e56e8e5dfcc02d146b8f679a5dd5.zip | |
feat: Add article scraper
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 f39786d..8667228 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,11 +9,13 @@ dependencies = [ "requests>=2.32.4", "psutil>=7.0.0", "loguru>=0.7.3", + "beautifulsoup4>=4.13.4", ] requires-python = ">= 3.8" [project.scripts] "umapyai" = "umapyai:main" +"article_scraper" = "article_scraper:main" [build-system] requires = ["hatchling"] |