Skip to content

Commit d88e28c

Browse files
committed
- Readme: reqs
1 parent 589969a commit d88e28c

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,24 @@
4848
dateparser>=1.2.0 # Timestamp detection
4949
jmespath>=1.0.1 # JMESPath query language
5050
jinja2>=3.0.0 # Template engine for code generation
51+
plotly>=5.0.0 # Interactive, browser-based graphing
5152
prompt-toolkit>=3.0.0 # Interactive input with autocomplete
5253
requests>=2.32.0 # HTTP requests for URL loading
5354
rich>=13.0.0 # Rich terminal formatting
55+
windows-curses>=2.4.0 # Terminal UI support on Windows (auto-installed)
5456
```
5557

5658
### Optional Dependencies
5759

5860
```
59-
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
6069
```
6170

6271
---

0 commit comments

Comments
 (0)