From 366e95d023bf95a6f527095d5ab3661806fb6804 Mon Sep 17 00:00:00 2001 From: cameronSMN <137155374+cameronSMN@users.noreply.github.com> Date: Fri, 24 Nov 2023 10:41:03 +0100 Subject: [PATCH] Changed way to represent revision of oscrypto package https://github.com/wbond/oscrypto/issues/78#issuecomment-1766710774 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa9d1f73..834ecfbb 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ python_requires='>=3.7', install_requires=[ 'pipelinewise-singer-python==1.*', - 'https://github.com/wbond/oscrypto/archive/d5f3437ed24257895ae1edd9e503cfb352e635a8.zip', + 'oscrypto @ git+https://github.com/wbond/oscrypto.git@1547f535001ba568b239b8797465536759c742a3' 'snowflake-connector-python[pandas]==3.0.4', 'inflection==0.5.1', 'joblib==1.2.0',