From 48f8feee9629e6460df526a47f29920b6dbbe0c4 Mon Sep 17 00:00:00 2001 From: Martin Rostan Date: Mon, 1 Jul 2024 10:16:40 -0300 Subject: [PATCH] fix dependency syntax in requirements.in that prevents importing it from dc --- requirements.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.in b/requirements.in index ad82ece..d03fc44 100644 --- a/requirements.in +++ b/requirements.in @@ -33,7 +33,7 @@ snowflake-connector-python>=3.7.1 # python_version conditions below to resolve urllib3 compatibility issues with snowflake-connector-python tableauserverclient==0.25 ; python_version < "3.10" # using master branch to get urllib3 dependency updated to ==2.2.2, switch to v0.32 when released -tableauserverclient @ git+https://github.com/tableau/server-client-python.git@master; python_version >= "3.10" +tableauserverclient @ git+https://github.com/tableau/server-client-python.git@master ; python_version >= "3.10" teradatasql>=17.20.0.31 oscrypto @ git+https://github.com/wbond/oscrypto@master