python-socketio[client]<6,>=5.11.0
requests>=2.25.1
typing_extensions>=4

[:sys_platform == "win32"]
pywin32>=308

[async]
aiohttp>=3.8.0

[cli]
click>=7.0

[dev]
wheel

[lint]

[lint:python_version >= "3.10"]
black==26.1.0
pre-commit==4.5.1

[lint:python_version >= "3.8"]
autoflake==2.3.1

[test]
pytest
pytest-cov
requests_mock

[test:python_version >= "3.8"]
multipart
