Mercurial > code > home > repos > video
view pyproject.toml @ 12:e60be5d74c07
css edits and ingest link
author | drewp@bigasterisk.com |
---|---|
date | Sat, 15 Apr 2023 15:20:12 -0700 |
parents | ee55ed10faec |
children | 53d99454f394 |
line wrap: on
line source
[tool] [tool.pdm] [project] name = "" version = "" description = "" authors = [{ name = "Drew Perttula", email = "drewp@bigasterisk.com" }] dependencies = [ "cyclone", "docopt", "pymongo==3.10.1", "python-dateutil==2.8.1", "prometheus-client>=0.16.0", "starlette-exporter>=0.15.1", "starlette>=0.26.1", "uvicorn>=0.21.1", "watchgod>=0.8.2", ] requires-python = ">=3.10" license = { text = "MIT" } [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"