Skip to content
Merged
Prev Previous commit
Remove unintentional leading space from comment
  • Loading branch information
DaveLak committed Apr 18, 2024
commit 1d54d4b0b2bdba60cc742f73a4b8d5a88cce8f64
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ download_and_concatenate_common_dictionaries "$SEED_DATA_DIR/__base.dict" \

# The OSS-Fuzz base image has outdated dependencies by default so we upgrade them below.
python3 -m pip install --upgrade pip
# Upgrade to the latest versions known to work at the time the below changes were introduced:
# Upgrade to the latest versions known to work at the time the below changes were introduced:
python3 -m pip install 'setuptools~=69.0' 'pyinstaller~=6.0'