Files
journal-bot/pyproject.toml
Remy Moll 29d951427d
All checks were successful
Build container / Build (pull_request) Successful in 43s
switched to uv and gitea-actions-based pipeline
2025-07-29 14:28:07 +02:00

12 lines
244 B
TOML

[project]
name = "journal-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"anyio>=4.9.0",
"peewee>=3.18.2",
"python-telegram-bot[job-queue]>=22.3",
]