From 7f24e5c1bf0da47d43865c931dd281d2002f30a9 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sat, 23 Oct 2021 14:03:58 +0200 Subject: [PATCH] Install python3-requests --- .gitlab-ci.yml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81b1413..a7e7bb5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ py39-django22: apt-get update && apt-get install --no-install-recommends -y python3-django python3-django-reversion python3-djangorestframework - python3-docutils tox + python3-docutils python3-requests tox script: tox -e py39 linters: diff --git a/requirements.txt b/requirements.txt index 87e8fad..3c3b10a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,3 +4,4 @@ django-filter~=2.4 django-reversion~=3.0 djangorestframework~=3.12 django_extensions~=3.0 +requests~=2.25 # for scrapping