Mercurial > code > home > repos > href
annotate 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 |
rev | line source |
---|---|
36 | 1 [project] |
2 name = "" | |
3 version = "" | |
4 description = "" | |
5 authors = [{ name = "", email = "" }] | |
6 dependencies = [ | |
7 "argparse==1.4.0", | |
8 "beautifulsoup4==4.9.3", | |
9 "bottle==0.12.19", | |
10 "cherrypy==18.6.1", | |
11 "cssselect==1.1.0", | |
12 "gunicorn==20.1.0", | |
13 "http-parser==0.9.0", | |
14 "lxml==4.6.3", | |
15 "prometheus_client==0.8.0", | |
16 "pyjade==4.0.0", | |
17 "pymongo==3.12.0", | |
18 "pystache==0.6.0", | |
19 "python-dateutil==2.8.2", | |
20 "requests==2.26.0", | |
21 "six", | |
22 "rdflib>=6.2.0", | |
23 "cryptography>=38.0.3", | |
24 "ipython>=8.6.0", | |
42
530650b3bc40
something changed in pom to break pyjwt. switched to jwskate
drewp@bigasterisk.com
parents:
36
diff
changeset
|
25 "jwskate>=0.5.0", |
36 | 26 ] |
27 requires-python = ">=3.10" | |
28 license = { text = "MIT" } | |
29 | |
30 [tool.pdm] | |
31 | |
32 [[tool.pdm.source]] | |
33 name = "pypi" | |
34 url = "https://pypi.org/simple" | |
35 verify_ssl = true | |
36 | |
37 [build-system] | |
38 requires = ["pdm-pep517"] | |
39 build-backend = "pdm.pep517.api" |