html5lib==1.1
mozdebug==0.3.0
mozinfo==1.2.2  # https://bugzilla.mozilla.org/show_bug.cgi?id=1621226
mozlog==7.1.1
mozprocess==1.3.0
pillow==9.5.0
requests==2.28.2
six==1.16.0
urllib3[secure]==1.26.15
# 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'
