slack_url_bot / pyproject.toml
tonebeta's picture
chore: replace newspaper3k with newspaper4k to fix syntax warnings
ea984aa
raw
history blame contribute delete
561 Bytes
[project]
name = "slack-url-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"aiohttp>=3.12.13",
"fastapi>=0.115.14",
"httpx>=0.28.1",
"lxml[html-clean]>=6.0.0",
"newspaper4k>=0.9.3",
"pytest>=8.4.1",
"pytest-asyncio>=1.0.0",
"python-dotenv>=1.1.1",
"ruff>=0.12.2",
"slack-bolt>=1.23.0",
"slack-sdk>=3.35.0",
"uvicorn>=0.35.0",
"click>=8.1.7",
"huggingface_hub>=0.28.1",
]
[dependency-groups]
dev = [
"ruff>=0.12.2",
]