# aioresponses 0.7.9 (latest) is incompatible with aiohttp >= 3.14, which
# changed ClientResponse.__init__. Constrain aiohttp for the test environment
# only; the runtime dependency (requirements.txt) remains unpinned.
aiohttp<3.14
aioresponses
asynctest
parameterized
pytest
pytest-asyncio
pytest-cov
pytest-flake8
pytest-mock
