Skip to content

Commit

Permalink
update package PyJWT for jwt.encode using (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcduong authored Jul 15, 2024
1 parent 3ae19b9 commit e186cca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ dependencies = [
"jwt~=1.3.1",
'pretalx_pages @ git+https://github.com/fossasia/eventyay-talk-pages.git@main',
'pretalx_venueless @ git+https://github.com/fossasia/eventyay-talk-video.git@main',
"django-allauth~=0.63.3"
"django-allauth~=0.63.3",
"PyJWT~=2.8.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit e186cca

Please sign in to comment.