# PyCloud OS Development Requirements
# Önce production requirements'ları yükle
-r requirements.txt

# Development ve Testing araçları
pytest>=7.0.0
pytest-cov>=4.0.0
pytest-mock>=3.0.0

# Code formatting ve linting
black>=22.0.0
flake8>=5.0.0
isort>=5.0.0
mypy>=1.0.0

# Type stubs
types-requests>=2.28.0
types-setuptools>=65.0.0

# Documentation
sphinx>=5.0.0
sphinx-rtd-theme>=1.0.0
sphinx-autodoc-typehints>=1.19.0

# Build tools
wheel>=0.37.0
setuptools>=65.0.0
build>=0.8.0

# Development utilities
ipython>=8.0.0
jupyterlab>=3.4.0

# Performance profiling
memory-profiler>=0.60.0
line-profiler>=4.0.0

# Security analysis
bandit>=1.7.0
safety>=2.0.0

# Git hooks
pre-commit>=2.20.0 