Revert "The only other version difference I can find is PyQt itself"

This reverts commit f608b79aaf.
This commit is contained in:
Miguel Jacq 2018-10-17 17:51:45 +11:00
parent f608b79aaf
commit cfbfc4a666
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ jobs:
- run:
name: install dependencies
command: |
sudo apt-get update && sudo apt-get install python3-pyqt5
sudo pip3 install -r install/requirements.txt
sudo pip3 install -r install/requirements-tests.txt
sudo pip3 install pytest-cov flake8

View File

@ -17,7 +17,7 @@ pycparser==2.18
pycryptodome==3.6.6
PyInstaller==3.4
PyNaCl==1.2.1
PyQt5==5.11.3
PyQt5==5.11.2
PyQt5-sip==4.19.12
PySocks==1.6.8
requests==2.19.1