Skip to content

Commit edb846a

Browse files
committed
Use fork of PGPy
Alas PGPy has not been updated in 2 years, and cannot be installed on python 3.13 as a result. This change inserts a hopefully temporary fork of PGPy which addresses both of those issues.
1 parent bc4f4d5 commit edb846a

2 files changed

Lines changed: 11 additions & 15 deletions

File tree

poetry.lock

Lines changed: 10 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dpkg-inspect = "pydpkg.dpkg_inspect:main"
3030
python = ">=3.9.2,<4.0"
3131
arpy = "^2.3.0"
3232
six = "^1.16.0"
33-
PGPy = {git = "https://github.com/memory/PGPy.git", rev = "26c95725d460e731b6b900d21a7897da73d6410b"}
33+
PGPy13 = "0.6.1rc1"
3434
zstandard = "^0.23.0"
3535
cryptography = ">=44.0.1"
3636

0 commit comments

Comments
 (0)