From ed358d101fcb02ba6d95439d9dc6e1b528346279 Mon Sep 17 00:00:00 2001 From: Thibauld Nion Date: Mon, 29 Apr 2024 22:14:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Another=20try=20by=20changing=20?= =?UTF-8?q?order=20of=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/automatic-tests.yml | 1 - requirements_base.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/automatic-tests.yml b/.github/workflows/automatic-tests.yml index aa0cfe0..ddc9a93 100644 --- a/.github/workflows/automatic-tests.yml +++ b/.github/workflows/automatic-tests.yml @@ -19,7 +19,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade --force-reinstall pip - pip uninstall -y oauth-dropins pip install --upgrade --force-reinstall pytest pip install --upgrade --force-reinstall -r requirements-tests.txt - name: Lint with flake8 diff --git a/requirements_base.txt b/requirements_base.txt index 9370934..5194818 100644 --- a/requirements_base.txt +++ b/requirements_base.txt @@ -1,8 +1,8 @@ Django>=2.2,<2.3 feedparser beautifulsoup4 +oauth-dropins==6.3 granary==5 -oauth-dropins tweepy python-dateutil six # for feedfinder2