mirror of https://github.com/scrapy/scrapy.git
Restore pywin32 requirement
This commit is contained in:
parent
f0dbc08e37
commit
5909d89d8c
|
|
@ -16,3 +16,4 @@ bpython
|
|||
brotlipy # optional for HTTP compress downloader middleware tests
|
||||
zstandard # optional for HTTP compress downloader middleware tests
|
||||
ipython
|
||||
pywin32; sys_platform == "win32"
|
||||
|
|
|
|||
Loading…
Reference in New Issue