Skip to content

Commit

Permalink
Update Qt libraries version
Browse files Browse the repository at this point in the history
  • Loading branch information
drew2a committed Jan 12, 2023
1 parent 5c430b8 commit 0285f0c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements-core.txt

Pillow==9.3.0
PyQt5==5.15.1
PyQt5-sip==12.8.1
pyqtgraph==0.12.3
PyQtWebEngine==5.15.2
Pillow==9.4.0
PyQt5==5.15.7
PyQt5-sip==12.11.0
pyqtgraph==0.13.1
PyQtWebEngine==5.15.6
2 changes: 1 addition & 1 deletion tribler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,4 @@ if sys.platform == 'darwin':

# On Windows 10, we have to make sure that qwindows.dll is in the right path
if sys.platform == 'win32':
shutil.copytree(os.path.join('dist', 'tribler', 'PyQt5', 'Qt', 'plugins', 'platforms'), os.path.join('dist', 'tribler', 'platforms'))
shutil.copytree(os.path.join('dist', 'tribler', 'PyQt5', 'Qt5', 'plugins', 'platforms'), os.path.join('dist', 'tribler', 'platforms'))

0 comments on commit 0285f0c

Please sign in to comment.