comparison service/wifi/pyproject.toml @ 1728:81aa0873b48d

port to skaffold, starlette, etc
author drewp@bigasterisk.com
date Fri, 30 Jun 2023 22:03:55 -0700
parents
children 35abc7656f0f
comparison
equal deleted inserted replaced
1727:23e6154e6c11 1728:81aa0873b48d
1
2 [project]
3 name = ""
4 version = ""
5 description = ""
6 authors = [
7 {name = "Drew Perttula", email = "drewp@bigasterisk.com"},
8 ]
9 dependencies = [
10 "uvicorn>=0.22.0",
11 "ago>=0.0.95",
12 "rdflib>=6.3.2",
13 "starlette>=0.28.0",
14 "patchablegraph>=1.5.0",
15 "python-dateutil>=2.8.2",
16 "background-loop>=1.7.0",
17 "pymongo>=4.4.0",
18 "aiohttp>=3.8.4",
19 ]
20 requires-python = ">=3.10"
21 license = {text = "MIT"}
22
23 [build-system]
24 requires = ["pdm-backend"]
25 build-backend = "pdm.backend"
26
27 [tool.pdm.overrides]
28 pyopenssl = ">=22.0.0"
29
30 [[tool.pdm.source]]
31 url = "https://projects.bigasterisk.com/"
32 verify_ssl = true
33 name = "home"