Skip to content

Commit ab6a802

Browse files
committed
feat(dependencies): add pyperclip and prompt_toolkit to project dependencies
1 parent b22dd86 commit ab6a802

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ dependencies = [
2929
"pandas>=2.0.0",
3030
"plotly>=5.18.0",
3131
"python-dotenv>=1.0.0",
32-
"click>=8.0.0"
32+
"click>=8.0.0",
33+
"pyperclip>=1.9.0",
34+
"prompt_toolkit>=3.0.48",
3335
]
3436
requires-python = ">=3.8"
3537

0 commit comments

Comments
 (0)