Files
shelly-ui/.agents/skills/developing-with-streamlit/templates/themes/nord/pyproject.toml
T
jonas 71803418e5 Initial commit: Shelly Manager with Textual CLI, Streamlit UI, and comprehensive .gitignore
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.
2026-03-23 21:51:59 +01:00

11 lines
202 B
TOML

[project]
name = "theme-nord"
version = "1.0.0"
description = "Nord theme for Streamlit"
requires-python = ">=3.11"
dependencies = [
"numpy>=1.26.0",
"pandas>=2.2.3",
"streamlit>=1.53.0",
]