%general-entities; ]> Requests-&requests-version; requests Introduction to Requests Module The Requests package is an elegant and simple HTTP library for Python, built for human beings. It allows sending HTTP/1.1 requests extremely easily. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &requests-md5sum; Download size: &requests-size; Estimated disk space required: &requests-buildsize; Estimated build time: &requests-time; Requests Dependencies Required , , , and Optional PySocks (also needed for testing) Optional (for testing) , Flask<2, httpbin, MarkupSafe<2.1, pytest-mock, pytest-httpbin, trustme, and Werkzeug<2 Installation of Requests Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user requests Assuming is installed, but the other optional dependencies are not, the installation can be tested with the following commands: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install pytest-mock \ werkzeug\<2 \ flask\<2 \ pytest-httpbin \ pysocks \ trustme && pip3 install --force-reinstall Markupsafe\<2.1 && python3 /usr/bin/pytest tests && deactivate Contents Installed Programs Installed Libraries Installed Directories None None /usr/lib/python&python3-majorver;/site-packages/requests and /usr/lib/python&python3-majorver;/site-packages/requests-&requests-version;.dist-info