mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 08:19:28 -05:00
Revert "The only other version difference I can find is PyQt itself"
This reverts commit f608b79aaf
.
This commit is contained in:
parent
f608b79aaf
commit
cfbfc4a666
@ -18,6 +18,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: install dependencies
|
name: install dependencies
|
||||||
command: |
|
command: |
|
||||||
|
sudo apt-get update && sudo apt-get install python3-pyqt5
|
||||||
sudo pip3 install -r install/requirements.txt
|
sudo pip3 install -r install/requirements.txt
|
||||||
sudo pip3 install -r install/requirements-tests.txt
|
sudo pip3 install -r install/requirements-tests.txt
|
||||||
sudo pip3 install pytest-cov flake8
|
sudo pip3 install pytest-cov flake8
|
||||||
|
@ -17,7 +17,7 @@ pycparser==2.18
|
|||||||
pycryptodome==3.6.6
|
pycryptodome==3.6.6
|
||||||
PyInstaller==3.4
|
PyInstaller==3.4
|
||||||
PyNaCl==1.2.1
|
PyNaCl==1.2.1
|
||||||
PyQt5==5.11.3
|
PyQt5==5.11.2
|
||||||
PyQt5-sip==4.19.12
|
PyQt5-sip==4.19.12
|
||||||
PySocks==1.6.8
|
PySocks==1.6.8
|
||||||
requests==2.19.1
|
requests==2.19.1
|
||||||
|
Loading…
Reference in New Issue
Block a user