From d10cd324bb1e87d54d9de6f628c28170f6c6c59a Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Wed, 2 Dec 2020 20:17:39 -0800 Subject: [PATCH] Pin requirements dependencies versions --- package/requirements-macos.txt | 6 +++--- package/requirements-windows.txt | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/requirements-macos.txt b/package/requirements-macos.txt index b4598883..1f272399 100644 --- a/package/requirements-macos.txt +++ b/package/requirements-macos.txt @@ -1,4 +1,4 @@ pyinstaller==3.6 -pyopenssl -pycryptodomex -pyobjc-framework-Cocoa \ No newline at end of file +pyopenssl==20.0.0 +pycryptodomex==3.9.9 +pyobjc-framework-Cocoa==6.2.2 \ No newline at end of file diff --git a/package/requirements-windows.txt b/package/requirements-windows.txt index a14036d4..329e71b9 100644 --- a/package/requirements-windows.txt +++ b/package/requirements-windows.txt @@ -1,4 +1,4 @@ pyinstaller==3.6 -pyopenssl -pycryptodomex -pywin32 \ No newline at end of file +pyopenssl==20.0.0 +pycryptodomex==3.9.9 +pywin32==300 \ No newline at end of file