From 3208809c7237522c77dac0daea7af5a14148eebf Mon Sep 17 00:00:00 2001 From: Wout De Nolf Date: Mon, 23 Dec 2024 10:55:09 +0100 Subject: [PATCH] add missing dependency (#3462) * add missing dependency * fix dev_requirements.txt * Changed main branch to release version --------- Co-authored-by: vladvildanov --- dev_requirements.txt | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 945afc35dc..be74470ec2 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -16,4 +16,4 @@ uvloop vulture>=2.3.0 wheel>=0.30.0 numpy>=1.24.0 -redispy-entraid-credentials @ git+https://github.com/redis-developer/redispy-entra-credentials.git/@main +redis-entraid==0.1.0b1 diff --git a/setup.py b/setup.py index ee3a7c2023..02853251b2 100644 --- a/setup.py +++ b/setup.py @@ -38,6 +38,7 @@ python_requires=">=3.8", install_requires=[ 'async-timeout>=4.0.3; python_full_version<"3.11.3"', + "PyJWT~=2.9.0", ], classifiers=[ "Development Status :: 5 - Production/Stable",