# Development dependencies for Qubee NLP
# Install with: pip install -e .[dev]

# Testing
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-xdist>=3.0.0
pytest-mock>=3.0.0
hypothesis>=6.0.0

# Code quality
black>=23.0.0
flake8>=6.0.0
flake8-docstrings>=1.7.0
mypy>=1.0.0
pre-commit>=3.0.0
bandit>=1.7.0
safety>=2.0.0

# Packaging and distribution
twine>=4.0.0
build>=0.10.0
check-manifest>=0.48

# Development tools
ipython>=8.0.0
jupyter>=1.0.0
jupyterlab>=3.0.0
notebook>=6.0.0

# Debugging and profiling
debugpy>=1.6.0
memory-profiler>=0.60.0
line-profiler>=4.0.0

# Documentation (optional, also available as [docs] extra)
sphinx>=7.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.0.0
myst-parser>=2.0.0

# Full feature set (optional, also available as [full] extra)
numpy>=1.21.0
scikit-learn>=1.0.0
pandas>=1.3.0
matplotlib>=3.5.0
seaborn>=0.11.0
requests>=2.28.0
tqdm>=4.64.0