git iniciado

This commit is contained in:
2025-11-04 00:41:37 +01:00
commit 3bee50d747
7 changed files with 674 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[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"]