Files
telegram_bots/pyproject.toml
T
2025-11-04 00:41:37 +01:00

15 lines
348 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",
]
[tool.marimo.runtime]
dotenv = [".env", "/home/lucas/DataProyects/Snippets_marimo_noteebooks/secrets/.env.snpt"]