We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22dd86 commit ab6a802Copy full SHA for ab6a802
1 file changed
pyproject.toml
@@ -29,7 +29,9 @@ dependencies = [
29
"pandas>=2.0.0",
30
"plotly>=5.18.0",
31
"python-dotenv>=1.0.0",
32
- "click>=8.0.0"
+ "click>=8.0.0",
33
+ "pyperclip>=1.9.0",
34
+ "prompt_toolkit>=3.0.48",
35
]
36
requires-python = ">=3.8"
37
0 commit comments