Skip to content

Commit 654f8ed

Browse files
committed
Install requests as a dependency for one of build scripts
1 parent cfa927d commit 654f8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ for:
2121
# AppImage dependencies
2222
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install libfuse2
2323
# Preparation script dependencies
24-
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook
24+
- sh: sudo DEBIAN_FRONTEND=noninteractive apt-get -y install python3-wxgtk4.0 python3-sqlalchemy python3-logbook python3-requests
2525
before_build:
2626
# Prepare pyfa data
2727
- sh: find locale/ -type f -name "*.po" -exec msgen "{}" -o "{}" \;

0 commit comments

Comments
 (0)