Browse Source

Pin python-qrcode to a specific version

master
Kristaps Kaupe 4 years ago
parent
commit
f05492110b
No known key found for this signature in database
GPG Key ID: 33E472FE870C7E5D
  1. 2
      requirements/gui.txt

2
requirements/gui.txt

@ -3,7 +3,7 @@ pywin32; platform_system == "Windows"
# https://bugreports.qt.io/browse/QTBUG-88688
PySide2!=5.15.0,!=5.15.1,!=5.15.2,!=6.0
PyQt5!=5.15.0,!=5.15.1,!=5.15.2,!=6.0
qrcode[pil]
qrcode[pil]==7.3.1
https://github.com/sunu/qt5reactor/archive/58410aaead2185e9917ae9cac9c50fe7b70e4a60.zip#egg=qt5reactor
-e ./jmqtui
Loading…
Cancel
Save