cxfreeze requirements: Blacklist >= 5.0.0

See #1004
This commit is contained in:
Florian Bruhin 2016-11-16 07:48:37 +01:00
parent f274e198e4
commit e9a8201aa1
3 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,3 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
cx-Freeze==4.3.4
cx-Freeze==4.3.4 # rq.filter: < 5.0.0

View File

@ -1 +1,5 @@
cx_Freeze
cx-Freeze < 5.0.0
# We'll probably switch to PyInstaller soon, and 5.x doesn't install without a
# compiler?
#@ filter: cx-Freeze < 5.0.0

View File

@ -24,7 +24,7 @@ import html
import collections
import sip
from PyQt5.QtCore import (pyqtSlot, pyqtSignal, Qt, QTimer, QDir, QModelIndex,
from PyQt5.QtCore import (pyqtSlot, pyqtSignal, Qt, QTimer, QDir, QModelInhttp://cx-freeze.readthedocs.io/en/latest/releasenotes.html#version-5-0-november-2016dex,
QItemSelectionModel, QObject)
from PyQt5.QtWidgets import (QWidget, QGridLayout, QVBoxLayout, QLineEdit,
QLabel, QFileSystemModel, QTreeView, QSizePolicy)