Files
telegram_bots/pyproject.toml
T
2025-11-04 01:03:19 +01:00

16 lines
372 B
TOML

[project]
name = "telegram"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"fastapi>=0.120.0",
"marimo>=0.17.2",
"python-telegram-bot>=22.5",
"requests>=2.32.5",
]
[tool.marimo.runtime]
dotenv = [".env", "/home/lucas/DataProyects/Snippets_marimo_noteebooks/secrets/.env.snpt"]