-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (39 loc) · 1.84 KB
/
Copy pathrequirements.txt
File metadata and controls
48 lines (39 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Deep Thinking Protocol Validation Framework Dependencies
# Core dependencies
lxml>=4.9.0 # XML processing and validation
xmlschema>=2.0.0 # Enhanced XSD validation support
pydantic>=2.0.0 # Data validation and serialization
click>=8.0.0 # Command-line interface
rich>=13.0.0 # Rich terminal output and progress bars
PyYAML>=6.0 # YAML configuration file support
# Testing framework
pytest>=7.0.0 # Testing framework
pytest-cov>=4.0.0 # Coverage reporting
pytest-xdist>=3.0.0 # Parallel test execution
hypothesis>=6.0.0 # Property-based testing
# Reporting and visualization
jinja2>=3.1.0 # HTML report templating
matplotlib>=3.6.0 # Charts and visualizations
pandas>=1.5.0 # Data analysis and CSV handling
# Development tools
black>=23.0.0 # Code formatting
flake8>=6.0.0 # Code linting
mypy>=1.0.0 # Type checking
pre-commit>=3.0.0 # Git hooks
# Documentation
sphinx>=5.0.0 # Documentation generation
sphinx-rtd-theme>=1.2.0 # ReadTheDocs theme
myst-parser>=1.0.0 # Markdown support in Sphinx
# Performance and monitoring
psutil>=5.9.0 # System monitoring for telemetry
memory-profiler>=0.60.0 # Memory usage profiling
# Optional: Enhanced XML processing
defusedxml>=0.7.0 # Secure XML processing
beautifulsoup4>=4.11.0 # HTML/XML parsing utilities
# Development utilities
tox>=4.0.0 # Testing across Python versions
wheel>=0.38.0 # Package building
twine>=4.0.0 # Package uploading
# Windows-specific enhancements
colorama>=0.4.6 # Cross-platform colored terminal text
pywin32>=305; sys_platform == "win32" # Windows-specific APIs