Skip to content

Commit 94cbf9c

Browse files
fix: add pyjwt to dev deps for CI
1 parent cd3ecba commit 94cbf9c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ discord = ["pynacl>=1.5", "aiohttp>=3.9"]
3434
teams = ["aiohttp>=3.9"]
3535
telegram = ["aiohttp>=3.9"]
3636
whatsapp = ["aiohttp>=3.9"]
37-
google-chat = ["aiohttp>=3.9", "google-auth>=2.0", "pyjwt>=2.8"]
37+
google-chat = ["aiohttp>=3.9",
38+
"pyjwt[crypto]>=2.8", "google-auth>=2.0", "pyjwt>=2.8"]
3839
linear = ["aiohttp>=3.9"]
3940
all = [
4041
"slack-sdk>=3.27.0",
@@ -44,6 +45,7 @@ all = [
4445
"cryptography>=42.0",
4546
"pynacl>=1.5",
4647
"aiohttp>=3.9",
48+
"pyjwt[crypto]>=2.8",
4749
"google-auth>=2.0",
4850
]
4951

@@ -71,5 +73,6 @@ dev = [
7173
"pytest-asyncio>=0.23.0",
7274
"pytest-cov>=5.0",
7375
"aiohttp>=3.9",
76+
"pyjwt[crypto]>=2.8",
7477
"ruff>=0.4.0",
7578
]

0 commit comments

Comments
 (0)