commit 018b962e613985b0ee42809f832f92c8b9426a9a
parent fc5248550c76e4f439c17cf300055c9f7d7bfcc6
Author: SomberNight <somber.night@protonmail.com>
Date: Fri, 9 Aug 2019 21:27:13 +0200
requirements: allow using newer pycryptodomex
upper bound was previously added in cb4784c8ed57bf86c9c30329271bb32aa71f7929
issue linked there was fixed in pyinstaller 3.5,
which we now use since ab95eff5aa7a9d4626c9c18743d93da6500060c9
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/requirements/requirements-binaries.txt b/contrib/requirements/requirements-binaries.txt
@@ -1,3 +1,3 @@
PyQt5<5.12
-pycryptodomex<3.8
+pycryptodomex
PyQt5-sip<=4.19.13