Skip to content

Commit

Permalink
build: Require pywin32 on Windows ("spawnProcess not available since …
Browse files Browse the repository at this point in the history
…pywin32 is not installed")
  • Loading branch information
jpmckinney committed Jul 23, 2024
1 parent a62293c commit 920cb72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@
zip_safe=False,
install_requires=[
"packaging",
"twisted>=17.9",
"pywin32;platform_system=='Windows'",
"scrapy>=2.0.0",
"setuptools",
"twisted>=17.9",
"w3lib",
"zope.interface",
],
Expand Down

0 comments on commit 920cb72

Please sign in to comment.