From cdc952bfd18a7ddfb380dd9954646111fc788e39 Mon Sep 17 00:00:00 2001 From: Stefan Cosma Date: Thu, 20 Apr 2023 17:12:38 +0300 Subject: [PATCH] Updated requirements.txt --- .github/workflows/pylint.yml | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index a6ef8f1..e44f0a7 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install pylint requests + pip install pylint pip install -r requirements.txt - name: Analysing the code with pylint run: | diff --git a/requirements.txt b/requirements.txt index a3fdd18..8e9355b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -xmltodict==0.13.0 \ No newline at end of file +requests==2.27.1 +xmltodict==0.13.0