Skip to content

Commit

Permalink
v3.6.0 Added hiredis
Browse files Browse the repository at this point in the history
  • Loading branch information
pylover committed Nov 18, 2021
1 parent 7a1a489 commit 907264a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

dependencies = [
'pyjwt',
'hiredis',
'redis',
'yhttp >= 3.4.3',
]
Expand Down
2 changes: 1 addition & 1 deletion yhttp/ext/auth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .install import install
from .authentication import Authenticator

__version__ = '3.5.0'
__version__ = '3.6.0'

0 comments on commit 907264a

Please sign in to comment.