Skip to content

Commit

Permalink
chore: add pyjwt requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
mumarkhan999 committed Apr 5, 2023
1 parent 1f1cc25 commit 5a92149
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ mako
lazy
XBlock
xblock-utils
pyjwt
pycryptodomex
pyjwkest
edx-opaque-keys[django]
Expand Down
2 changes: 2 additions & 0 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ pycryptodomex==3.17
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.in
pyjwt==2.6.0
# via -r requirements/base.in
pymongo==3.13.0
# via edx-opaque-keys
pynacl==1.5.0
Expand Down
2 changes: 2 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ pygments==2.14.0
# rich
pyjwkest==1.4.2
# via -r requirements/test.txt
pyjwt==2.6.0
# via -r requirements/test.txt
pylint==2.17.2
# via
# -r requirements/test.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ pycryptodomex==3.17
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pyjwt==2.6.0
# via -r requirements/base.txt
pymongo==3.13.0
# via
# -r requirements/base.txt
Expand Down
2 changes: 2 additions & 0 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ pycryptodomex==3.17
# pyjwkest
pyjwkest==1.4.2
# via -r requirements/base.txt
pyjwt==2.6.0
# via -r requirements/base.txt
pylint==2.17.2
# via
# -r requirements/quality.in
Expand Down
2 changes: 2 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ pygments==2.14.0
# rich
pyjwkest==1.4.2
# via -r requirements/base.txt
pyjwt==2.6.0
# via -r requirements/base.txt
pylint==2.17.2
# via
# edx-lint
Expand Down

0 comments on commit 5a92149

Please sign in to comment.