We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e5fc1 commit 3208809Copy full SHA for 3208809
dev_requirements.txt
@@ -16,4 +16,4 @@ uvloop
16
vulture>=2.3.0
17
wheel>=0.30.0
18
numpy>=1.24.0
19
-redispy-entraid-credentials @ git+https://github.com/redis-developer/redispy-entra-credentials.git/@main
+redis-entraid==0.1.0b1
setup.py
@@ -38,6 +38,7 @@
38
python_requires=">=3.8",
39
install_requires=[
40
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
41
+ "PyJWT~=2.9.0",
42
],
43
classifiers=[
44
"Development Status :: 5 - Production/Stable",
0 commit comments