71803418e5
Shelly device management app with mDNS/subnet discovery, inventory, configuration, and mass operations for Gen1/Gen2+ devices. Includes .gitignore excluding runtime data (device DB, user config), AI conversation history, build artifacts, and common Python/OS patterns.
12 lines
299 B
TOML
12 lines
299 B
TOML
[project]
|
|
name = "dashboard-compute-snowflake"
|
|
version = "1.0.0"
|
|
description = "Compute dashboard template with Snowflake connection"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"altair>=5.5.0",
|
|
"pandas>=2.2.3",
|
|
"snowflake-connector-python>=3.3.0",
|
|
"streamlit[snowflake]>=1.54.0",
|
|
]
|