Skip to content

Commit 2c23b4a

Browse files
committed
fixed missing package
1 parent 9f7fe48 commit 2c23b4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ classifiers = [
4040
]
4141

4242
dependencies = [
43-
"ellar >= 0.4.2",
43+
"ellar >= 0.4.4",
4444
"pyjwt>=1.7.1,<3",
4545
"pyjwt[crypto]",
46+
"python-dateutil"
4647
]
4748

4849
crypto = [

0 commit comments

Comments
 (0)