Skip to content

Commit

Permalink
chore: Ensure PyJWT and cryptography are always installed for now (
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Apr 11, 2024
1 parent 7eebef9 commit acf7b28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,9 @@ pytest-durations = {version = ">=1.2.0", optional = true}
faker = {version = ">=22.5,<25.0", optional = true}

[tool.poetry.extras]
jwt = [
"cryptography",
"PyJWT",
]
# TODO: Add 'cryptography' and 'PyJWT' to the 'jwt' when we want to remove them
# from the main dependencies
jwt = []
docs = [
"furo",
"myst-parser",
Expand Down

0 comments on commit acf7b28

Please sign in to comment.