Files
postbot/pyproject.toml
2025-08-17 11:44:54 +09:00

20 lines
331 B
TOML

[project]
name = "tg-autoposting-platform"
version = "0.1.0"
requires-python = ">=3.12"
dependencies = [
"fastapi",
"uvicorn[standard]",
"SQLAlchemy>=2.0",
"asyncmy",
"alembic",
"pydantic>=2",
"pydantic-settings",
"python-telegram-bot>=21",
"celery[redis]",
"httpx",
"loguru",
]
[tool.ruff]
line-length = 100