Skip to content

Commit

Permalink
note dependency on sop as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dkg committed Aug 18, 2023
1 parent d713701 commit 8558542
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
cryptography>=3.3.2
sop>=0.5.1[sopgpy]
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ packages =
# TODO: fix support for cryptography >= 38.0.0 (https://github.com/SecurityInnovation/PGPy/issues/402)
install_requires =
cryptography>=3.3.2
sop>=0.5.1
python_requires = >=3.6
extras_require =
sopgpy = sop>=0.5.1

# doc_requires =
# sphinx
Expand Down

0 comments on commit 8558542

Please sign in to comment.