Mercurial > code > home > repos > href
diff 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 diff
--- a/pyproject.toml Sat Nov 19 17:18:55 2022 -0800 +++ b/pyproject.toml Wed Dec 14 22:07:19 2022 -0800 @@ -20,9 +20,9 @@ "requests==2.26.0", "six", "rdflib>=6.2.0", - "pyjwt>=2.4.0", "cryptography>=38.0.3", "ipython>=8.6.0", + "jwskate>=0.5.0", ] requires-python = ">=3.10" license = { text = "MIT" }