Skip to content

Commit 20e008d

Browse files
committed
fix: add rfc3987 dependency to project requirements
Signed-off-by: Sai Sanjay <saisanjay7660@gmail.com>
1 parent 1d52899 commit 20e008d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ dependencies = [
2626
"types-paramiko >= 3.5.0",
2727
"apscheduler (>=3.11.0,<4.0.0)",
2828
"sqlalchemy (>=2.0.37,<3.0.0)",
29-
"types-pyyaml >=5"
29+
"types-pyyaml >=5",
30+
"rfc3987 (>=1.3.8,<2.0.0)"
3031
]
3132

3233
[project.scripts]

0 commit comments

Comments
 (0)