File size: 480 Bytes
b6154b2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[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"