1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
# Extracted from `pyproject.toml` via `make sync-direct-runtime-deps`
aiodns >= 3.3.0
aiohappyeyeballs >= 2.5.0
aiosignal >= 1.4.0
async-timeout >= 4.0, < 6.0 ; python_version < '3.11'
attrs >= 17.3.0
backports.zstd; platform_python_implementation == 'CPython' and python_version < '3.14'
Brotli >= 1.2; platform_python_implementation == 'CPython'
brotlicffi >= 1.2; platform_python_implementation != 'CPython'
frozenlist >= 1.1.1
multidict >=4.5, < 7.0
propcache >= 0.2.0
yarl >= 1.17.0, < 2.0
|