From 2f5bcd39c5869b1e1118155943cfa951b4b605bb Mon Sep 17 00:00:00 2001 From: tooomm Date: Wed, 31 May 2023 10:06:16 +0200 Subject: [PATCH] cleanup requirements (#299) --- .github/workflows/deploy.yml | 2 +- requirements.txt | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 442647b6..9422f0e1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: CFLAGS: '-O0' run: | python3 -m pip install --upgrade pip setuptools - python3 -m pip install requests requests_cache lxml + python3 -m pip install --requirement requirements.txt - name: Run script id: run diff --git a/requirements.txt b/requirements.txt index 0fcaf4c0..9d9f5b38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,3 @@ -Pillow -PyYAML -beautifulsoup4 -contextvars -datetime -feedparser lxml requests requests_cache \ No newline at end of file