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 19, 2023
1 parent d713701 commit f6cf609
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,13 +44,14 @@ 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

# doc_requires =
# sphinx
# sphinx-better-theme

[options.extras_require]
sopgpy = sop>=0.5.1

[build_sphinx]
source-dir = docs/source
Expand Down

0 comments on commit f6cf609

Please sign in to comment.