Skip to content

Commit

Permalink
rm scrapling
Browse files Browse the repository at this point in the history
  • Loading branch information
zzstoatzz committed Dec 21, 2024
1 parent 16ffd22 commit fe6650e
Show file tree
Hide file tree
Showing 3 changed files with 675 additions and 5 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pip install raggy

For additional features:
```python
pip install raggy[scrapling] # Enhanced web scraping via Scrapling
pip install raggy[chroma] # ChromaDB support
pip install raggy[tpuf] # TurboPuffer support
pip install raggy[pdf] # PDF processing
Expand All @@ -33,8 +32,6 @@ A Python library for:

> [!IMPORTANT]
> This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
>
> When installing the optional `[scrapling]` dependency, please note that Scrapling is licensed under the BSD-3-Clause license. By using this optional feature, you agree to comply with [Scrapling's license terms](https://github.com/D4Vinci/Scrapling/blob/main/LICENSE).
### Contributing

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ tests = [
chroma = ["chromadb"]
tpuf = ["turbopuffer"]
pdf = ["pypdf"]
scrapling = ["scrapling"]

[project.scripts]
raggy = "raggy.cli:app"
Expand Down
Loading

0 comments on commit fe6650e

Please sign in to comment.