Restore pywin32 requirement

This commit is contained in:
Eugenio Lacuesta 2020-12-15 17:25:48 -03:00
parent f0dbc08e37
commit 5909d89d8c
No known key found for this signature in database
GPG Key ID: DA3EF2D0913E9810
1 changed files with 1 additions and 0 deletions

View File

@ -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"