Skip to content

Commit

Permalink
Use fork of PGPy (#23)
Browse files Browse the repository at this point in the history
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.

Co-authored-by: Nathan J. Mehl <[email protected]>
  • Loading branch information
memory and n-oden authored Mar 1, 2025
1 parent bc4f4d5 commit f534a09
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 15 deletions.
24 changes: 10 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dpkg-inspect = "pydpkg.dpkg_inspect:main"
python = ">=3.9.2,<4.0"
arpy = "^2.3.0"
six = "^1.16.0"
PGPy = {git = "https://github.com/memory/PGPy.git", rev = "26c95725d460e731b6b900d21a7897da73d6410b"}
PGPy13 = "0.6.1rc1"
zstandard = "^0.23.0"
cryptography = ">=44.0.1"

Expand Down

0 comments on commit f534a09

Please sign in to comment.