summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/tools/webtransport/requirements.txt
blob: 4e347c647cc6622dd05978e2fce5b6bc030037ac (plain)
1
2
3
4
# aioquic 0.9.15 is the last to support Python 3.6, but doesn't have prebuilt
# wheels for Python 3.10, so use a different version depending on Python.
aioquic==0.9.15; python_version == '3.6'
aioquic==0.9.19; python_version != '3.6'