[project] name = "lego-monitoring" version = "1.0.0" description = "Monitoring software for the lego server" readme = "README.md" requires-python = ">=3.12" dependencies = [ "aiodns>=3.5.0", "aiohttp>=3.12.15", "alt-utils>=0.0.8", "humanize>=4.12.3", "psutil>=7.0.0", "telethon>=1.40.0", "uplink[aiohttp]>=0.10.0", ] [project.scripts] lego-monitoring = "lego_monitoring:main" [build-system] requires = ["hatchling"] build-backend = "hatchling.build"