Revert uvloop restrictions.

This commit is contained in:
Andrey Rakhmatullin 2024-10-16 14:50:57 +05:00
parent 845b1ffd44
commit 9bd5e5bcdb
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ deps =
robotexclusionrulesparser
Pillow
Twisted[http2]
uvloop; platform_system != "Windows" and python_version < '3.13'
bpython # optional for shell wrapper tests
uvloop; platform_system != "Windows"
bpython # optional for shell wrapper tests
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
brotlicffi; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests
zstandard; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests