Python PIP cannot find pywin32 (on windows)
If you are using a Python 3.5+ then you could add pypiwin32==223 to your requirements.txt file instead of pywin32
I think you could use pip install pypiwin32
instead.
I think you need to use pypiwin32 instead. See How do you install pywin32 from a binary file in tox on Windows?