1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-11 11:19:48 +00:00

Update requirements-windows.txt

- Add pypiwin32 for cx-freeze as it was issuing a warning
- Prevent version 5.1.0 of cx-freeze as it produces non-working
  packages for some reason.  Version 5.0.2 and 6.0b1 work fine.
This commit is contained in:
Andrew Senetar 2017-11-17 21:39:19 -06:00
parent 070707210c
commit 6cd752637e

View File

@ -1,2 +1,3 @@
PyQt5 >=5.4,<6.0
cx-Freeze>=5.0.2,<6.0.0
cx-Freeze>=5.0.2,!=5.1.0
pypiwin32>=200