mirror of https://github.com/scrapy/scrapy.git
Revert uvloop restrictions.
This commit is contained in:
parent
70756fd57c
commit
c21c4a1850
2
tox.ini
2
tox.ini
|
|
@ -150,7 +150,7 @@ deps =
|
|||
robotexclusionrulesparser
|
||||
Pillow
|
||||
Twisted[http2]
|
||||
uvloop; platform_system != "Windows" and python_version < '3.13'
|
||||
uvloop; platform_system != "Windows"
|
||||
bpython; python_version < '3.13' # 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
|
||||
|
|
|
|||
Loading…
Reference in New Issue