We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589969a commit d88e28cCopy full SHA for d88e28c
1 file changed
README.md
@@ -48,15 +48,24 @@
48
dateparser>=1.2.0 # Timestamp detection
49
jmespath>=1.0.1 # JMESPath query language
50
jinja2>=3.0.0 # Template engine for code generation
51
+plotly>=5.0.0 # Interactive, browser-based graphing
52
prompt-toolkit>=3.0.0 # Interactive input with autocomplete
53
requests>=2.32.0 # HTTP requests for URL loading
54
rich>=13.0.0 # Rich terminal formatting
55
+windows-curses>=2.4.0 # Terminal UI support on Windows (auto-installed)
56
```
57
58
### Optional Dependencies
59
60
-windows-curses # Terminal UI support on Windows (auto-installed)
61
+pytest>=7.0.0
62
+pytest-cov>=4.0.0
63
+black>=23.0.0
64
+isort>=5.12.0
65
+mypy>=1.0.0
66
+flake8>=6.0.0
67
+types-requests>=2.31.0
68
+types-dateparser>=1.1.0
69
70
71
---
0 commit comments