mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-23 13:11:21 -05:00
The only other version difference I can find is PyQt itself
This commit is contained in:
parent
cddfd5b0a4
commit
f608b79aaf
@ -18,7 +18,6 @@ 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
|
||||
|
@ -17,7 +17,7 @@ pycparser==2.18
|
||||
pycryptodome==3.6.6
|
||||
PyInstaller==3.4
|
||||
PyNaCl==1.2.1
|
||||
PyQt5==5.11.2
|
||||
PyQt5==5.11.3
|
||||
PyQt5-sip==4.19.12
|
||||
PySocks==1.6.8
|
||||
requests==2.19.1
|
||||
|
Loading…
Reference in New Issue
Block a user