Skip to content

Commit

Permalink
add missing dependency (#3462)
Browse files Browse the repository at this point in the history
* add missing dependency

* fix dev_requirements.txt

* Changed main branch to release version

---------

Co-authored-by: vladvildanov <divinez122@outlook.com>
  • Loading branch information
woutdenolf and vladvildanov authored Dec 23, 2024
1 parent 40e5fc1 commit 3208809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3208809

Please sign in to comment.