Skip to content

Commit 9096317

Browse files
committed
Merge branch 'master' of github.com:redis/redis-py into 5.3
2 parents 0b7c4f8 + 3208809 commit 9096317

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dev_requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ uvloop
1616
vulture>=2.3.0
1717
wheel>=0.30.0
1818
numpy>=1.24.0
19-
redis-entraid @ git+https://github.com/redis-developer/redispy-entra-credentials.git/@main
19+
redis-entraid==0.1.0b1

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
python_requires=">=3.8",
3939
install_requires=[
4040
'async-timeout>=4.0.3; python_full_version<"3.11.3"',
41+
"PyJWT~=2.9.0",
4142
],
4243
classifiers=[
4344
"Development Status :: 5 - Production/Stable",

0 commit comments

Comments
 (0)