20 lines
331 B
TOML
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 |