comparison 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
comparison
equal deleted inserted replaced
41:293a694304b8 42:530650b3bc40
18 "pystache==0.6.0", 18 "pystache==0.6.0",
19 "python-dateutil==2.8.2", 19 "python-dateutil==2.8.2",
20 "requests==2.26.0", 20 "requests==2.26.0",
21 "six", 21 "six",
22 "rdflib>=6.2.0", 22 "rdflib>=6.2.0",
23 "pyjwt>=2.4.0",
24 "cryptography>=38.0.3", 23 "cryptography>=38.0.3",
25 "ipython>=8.6.0", 24 "ipython>=8.6.0",
25 "jwskate>=0.5.0",
26 ] 26 ]
27 requires-python = ">=3.10" 27 requires-python = ">=3.10"
28 license = { text = "MIT" } 28 license = { text = "MIT" }
29 29
30 [tool.pdm] 30 [tool.pdm]