We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32e516 commit 38adfa3Copy full SHA for 38adfa3
2 files changed
pyproject.toml
@@ -10,15 +10,15 @@ authors = [
10
{ name="MS-32154", email="[email protected]" }
11
]
12
dependencies = [
13
- "dateparser"
14
- "jmespath"
15
- "jinja2"
16
- "numpy"
17
- "plotly"
18
- "prompt_toolkit"
19
- "requests"
20
- "rich"
21
- "setuptools"
+ "dateparser",
+ "jmespath",
+ "jinja2",
+ "numpy",
+ "plotly",
+ "prompt_toolkit",
+ "requests",
+ "rich",
+ "setuptools",
22
"windows-curses; sys_platform == 'win32'"
23
24
requires-python = ">=3.7"
0 commit comments