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