aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorbashonly <88596187+bashonly@users.noreply.github.com>2024-06-01 13:57:23 -0500
committerGitHub <noreply@github.com>2024-06-01 18:57:23 +0000
commitdb50f19d76c6870a5a13d0cab9287d684fd7449a (patch)
treea432b6eeab25de95e38a994401f93f00ab290da1 /README.md
parent2e5a47da400b645aadbda6afd1156bd89c744f48 (diff)
[rh:requests] Bump minimum `requests` version to 2.32.2 (#10079)
Closes #10078 Authored by: bashonly
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e8cd6d3a0..42ffd9b52 100644
--- a/README.md
+++ b/README.md
@@ -262,7 +262,7 @@ You can also run `make yt-dlp` instead to compile only the binary without updati
### Standalone Py2Exe Builds (Windows)
-While we provide the option to build with [py2exe](https://www.py2exe.org), it is recommended to build [using PyInstaller](#standalone-pyinstaller-builds) instead since the py2exe builds **cannot contain `pycryptodomex`/`certifi` and need VC++14** on the target computer to run.
+While we provide the option to build with [py2exe](https://www.py2exe.org), it is recommended to build [using PyInstaller](#standalone-pyinstaller-builds) instead since the py2exe builds **cannot contain `pycryptodomex`/`certifi`/`requests` and need VC++14** on the target computer to run.
If you wish to build it anyway, install Python (if it is not already installed) and you can run the following commands: