diff options
author | bashonly <88596187+bashonly@users.noreply.github.com> | 2024-06-01 13:57:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 18:57:23 +0000 |
commit | db50f19d76c6870a5a13d0cab9287d684fd7449a (patch) | |
tree | a432b6eeab25de95e38a994401f93f00ab290da1 /README.md | |
parent | 2e5a47da400b645aadbda6afd1156bd89c744f48 (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.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |