chore: initial sync

This commit is contained in:
fn-registry agent
2026-04-28 22:13:09 +02:00
commit ea833af54c
13 changed files with 13989 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
[project]
name = "turismo-spain"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"jupyter>=1.1.1",
"jupyter-collaboration>=4.3.0",
"jupyter-mcp-server>=0.4.0",
"jupyterlab>=4.5.6",
"matplotlib>=3.10.8",
"numpy>=2.4.4",
"openpyxl>=3.1.5",
"pandas>=3.0.2",
"playwright>=1.58.0",
"plotly>=6.7.0",
"requests>=2.33.1",
]