From 1dfd92c20cba6fd1bd77fddfbc8f2d6ebe96b14d Mon Sep 17 00:00:00 2001 From: Sandip Pandey Date: Fri, 6 Oct 2023 17:00:59 +0200 Subject: [PATCH] Remove requests as build dependency in favor core dependency --- requirements-build.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/requirements-build.txt b/requirements-build.txt index c59bb3660d3..8877e688309 100644 --- a/requirements-build.txt +++ b/requirements-build.txt @@ -7,6 +7,4 @@ text-unidecode==1.3; sys_platform == 'darwin' defusedxml==0.7.1; sys_platform == 'linux2' or sys_platform == 'linux' markupsafe==2.0.1; sys_platform == 'linux2' or sys_platform == 'linux' -PyGObject==3.44.1; sys_platform == 'linux2' or sys_platform == 'linux' - -requests==2.25.1 \ No newline at end of file +PyGObject==3.44.1; sys_platform == 'linux2' or sys_platform == 'linux' \ No newline at end of file