Skip to content

Commit

Permalink
manually install newest oscrypto revision as long as there is no new …
Browse files Browse the repository at this point in the history
…release on PyPI
  • Loading branch information
schorschii committed Aug 7, 2024
1 parent 10257c1 commit 860964c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion installer/debian/simple-signer/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ Version: 1.5.4-3
Section: base
Priority: optional
Architecture: all
Depends: python3, python3-venv, python3-pip, python3-setuptools, python3-asn1crypto, python3-cryptography, python3-pyqt5, python3-pil, swig, libjpeg-dev, zlib1g-dev
Depends: python3, python3-venv, python3-pip, python3-setuptools, python3-asn1crypto, python3-cryptography, python3-pyqt5, python3-pil, swig, libjpeg-dev, zlib1g-dev, git
Maintainer: Georg Sieber <[email protected]>
Description: Sign and certity PDF files using a simple user interface.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
endesive==2.17.1
PyMuPDF

# manually install newest revision as long as there is no new release on PyPI (see oscrypto#78)
oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f53

# pin pillow to <=9.5.0 as long as PyQt5 is used to avoid
# "cannot import name 'ImageQt' from 'PIL.ImageQt'"
# needs: libjpeg-dev zlib1g-dev
Expand Down

0 comments on commit 860964c

Please sign in to comment.