Skip to content

Commit 6e44942

Browse files
committed
update build dependencies
1 parent da4bbd3 commit 6e44942

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

requirements.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@
44
#
55
# pip-compile requirements.in
66
#
7+
altgraph==0.17 # via macholib, pyinstaller
78
fonttools==4.21.1 # via -r requirements.in
8-
pyqt5-qt==5.15.2 # via pyqt5
9+
macholib==1.14 # via pyinstaller
10+
pyinstaller-hooks-contrib==2021.1 # via pyinstaller
11+
https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz # via -r requirements.in
12+
pyqt5-qt5==5.15.2 # via pyqt5
913
pyqt5-sip==12.8.1 # via pyqt5
10-
pyqt5==5.15.3 # via -r requirements.in
11-
https://github.com/pyinstaller/pyinstaller/archive/develop.tar.gz
14+
pyqt5==5.15.4 # via -r requirements.in
15+
16+
# The following packages are considered to be unsafe in a requirements file:
17+
# setuptools

0 commit comments

Comments
 (0)