Mercurial > code > home > repos > racc
view collector/pyproject.toml @ 10:6b6b1ea0e00d default tip
ok for no window to be focused (untested)
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 19:16:58 -0700 |
parents | 5ad799e534a5 |
children |
line wrap: on
line source
[project] name = "" version = "" description = "" authors = [ {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, ] dependencies = [ "starlette>=0.23.1", "uvicorn>=0.20.0", "psutil>=5.9.4", "background-loop>=1.7.0", "starlette-exporter>=0.15.1", "daemonocle>=1.2.3", "python-xlib>=0.33", ] requires-python = ">=3.10" license = {text = "MIT"} [project.optional-dependencies] dev = [ "ipython>=8.11.0", ] linux = [ "xprintidle>=0.2", "pulsectl-asyncio>=1.0.0", "python-xlib>=0.33", ] osx = [ "osascript>=2020.12.3", # "quartz>=0.0.1.dev0" ] [tool.pdm] [build-system] requires = ["pdm-pep517>=1.0.0"] build-backend = "pdm.pep517.api" [[tool.pdm.source]] url = "https://projects.bigasterisk.com/" verify_ssl = true name = "home"