view pyproject.toml @ 42:530650b3bc40 default tip

something changed in pom to break pyjwt. switched to jwskate
author drewp@bigasterisk.com
date Wed, 14 Dec 2022 22:07:19 -0800
parents 7ed47f59f22a
children
line wrap: on
line source

[project]
name = ""
version = ""
description = ""
authors = [{ name = "", email = "" }]
dependencies = [
    "argparse==1.4.0",
    "beautifulsoup4==4.9.3",
    "bottle==0.12.19",
    "cherrypy==18.6.1",
    "cssselect==1.1.0",
    "gunicorn==20.1.0",
    "http-parser==0.9.0",
    "lxml==4.6.3",
    "prometheus_client==0.8.0",
    "pyjade==4.0.0",
    "pymongo==3.12.0",
    "pystache==0.6.0",
    "python-dateutil==2.8.2",
    "requests==2.26.0",
    "six",
    "rdflib>=6.2.0",
    "cryptography>=38.0.3",
    "ipython>=8.6.0",
    "jwskate>=0.5.0",
]
requires-python = ">=3.10"
license = { text = "MIT" }

[tool.pdm]

[[tool.pdm.source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[build-system]
requires = ["pdm-pep517"]
build-backend = "pdm.pep517.api"