Mercurial > code > home > repos > gcalendarwatch
view pyproject.toml @ 26:c1eac229b355
to pdm
author | drewp@bigasterisk.com |
---|---|
date | Sun, 24 Jul 2022 00:57:21 -0700 |
parents | |
children | 32fd3bd77ff2 |
line wrap: on
line source
[project] name = "" version = "" description = "" authors = [ {name = "Drew Perttula", email = "drewp@bigasterisk.com"}, ] dependencies = [ "pymongo>=4.2.0", "python-dateutil>=2.8.2", "uvicorn[standard]>=0.18.2", "gcsa>=1.3.0", "google-api-python-client>=2.54.0", "oauth2client>=4.1.3", "rdflib>=6.1.1", "rdfdb==0.21.0", "starlette-exporter>=0.13.0", "starlette>=0.20.4", "background-loop>=1.3.0", "patchablegraph>=1.2.0", "yapf>=0.32.0", "toml>=0.10.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"