Skip to content

Commit

Permalink
fix gpgme compilation error (correctly this time)
Browse files Browse the repository at this point in the history
  • Loading branch information
ftsell committed Feb 27, 2024
1 parent 117ebd9 commit ba2570f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ nameparser = "~=1.1"
networkx = "~=3.1"
oauthlib = "~=3.2"
psycopg2-binary = "~=2.9"
# should be replaced once https://github.com/rshk/pygpgme/pull/11 is merged
pygpgme = { git = "https://github.com/JohnVictoryz/pygpgme.git", branch = "master" }
# should be replaced once https://github.com/rshk/pygpgme/pull/12 is merged
pygpgme = { git = "https://github.com/timonegk/pygpgme.git", branch = "patch-1" }
pygraphviz = "~=1.11"
python-Levenshtein = "~=0.22"
python-creole = "~=1.4"
Expand Down
6 changes: 3 additions & 3 deletions Pipfile.lock

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

0 comments on commit ba2570f

Please sign in to comment.