Mercurial > code > home > repos > gcalendarwatch
view pyproject.toml @ 31:6f0b31ac587e
project setup and projects.bigasterisk.com deps
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Jul 2023 21:53:36 -0700 |
parents | 32fd3bd77ff2 |
children | cb990883e52f |
line wrap: on
line source
[project] name = "gcalendarwatch" version = "0.0.1" 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", "starlette-exporter>=0.13.0", "starlette>=0.20.4", "yapf>=0.32.0", "toml>=0.10.2", "patchablegraph>=1.5.0", "rdfdb==0.24.0", "background-loop>=1.7.0", ] 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"