Skip to content

Commit 703c3e8

Browse files
committed
Add the Cryptography related algorithms
1 parent 7f46c32 commit 703c3e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pytest>=3.8.0
77
pytest-cov==2.5.0
88
six>=1.10.0
99
enum-compat
10-
pyjwt>=2.0.0
10+
pyjwt[crypto]>=2.0.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
packages=find_packages(exclude=('tests*',)),
3131
namespace_packages=('intuitlib',),
3232
install_requires=[
33-
'pyjwt>=2.0.0',
33+
'pyjwt[crypto]>=2.0.0',
3434
'requests>=2.13.0',
3535
'requests_oauthlib>=1.0.0',
3636
'six>=1.10.0',

0 commit comments

Comments
 (0)