Skip to content

Commit 3208809

Browse files
add missing dependency (#3462)
* add missing dependency * fix dev_requirements.txt * Changed main branch to release version --------- Co-authored-by: vladvildanov <[email protected]>
1 parent 40e5fc1 commit 3208809

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-
redispy-entraid-credentials @ 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)