Spaces:
Sleeping
Sleeping
| [project] | |
| name = "registro-productos-hogar" | |
| version = "0.1.0" | |
| description = "Inventario domestico con Telegram, Claude, SQLite, Whisper local y respaldo en Google Sheets." | |
| requires-python = ">=3.14" | |
| dependencies = [ | |
| "aiosqlite>=0.21.0", | |
| "fastapi>=0.116.0", | |
| "faster-whisper>=1.2.0", | |
| "httpx>=0.28.1", | |
| "pydantic-settings>=2.10.1", | |
| "sqlalchemy>=2.0.43", | |
| "uvicorn[standard]>=0.35.0" | |
| ] | |
| [build-system] | |
| requires = ["setuptools>=80"] | |
| build-backend = "setuptools.build_meta" | |