We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b7c4f8 + 3208809 commit 9096317Copy full SHA for 9096317
dev_requirements.txt
@@ -16,4 +16,4 @@ uvloop
16
vulture>=2.3.0
17
wheel>=0.30.0
18
numpy>=1.24.0
19
-redis-entraid @ 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