# Package building and distribution
setuptools>=45.0.0
wheel>=0.37.0
build>=0.10.0
twine>=4.0.0

# Code quality and formatting
black>=23.0.0
flake8>=6.0.0
isort>=5.12.0

# Testing tools for HTTP server
pytest>=7.0.0
pytest-cov>=4.1.0
requests>=2.31.0
aiohttp>=3.8.0
