# Core dependencies for jsoncons package
json5>=0.9.0

# Jupyter notebook support
jupyter>=1.0.0
notebook>=6.4.0
ipython>=7.0.0

# Data analysis and visualization
numpy>=1.19.0
matplotlib>=3.3.0
pandas>=1.1.0

# Testing frameworks
pytest>=6.0.0
hypothesis>=6.0.0

# Code quality tools
pylint>=2.7.0
flake8>=3.9.0
