cleanup requirements (#299)

This commit is contained in:
tooomm 2023-05-31 10:06:16 +02:00 committed by GitHub
parent fee97dcfa9
commit 2f5bcd39c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 7 deletions

View File

@ -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

View File

@ -1,9 +1,3 @@
Pillow
PyYAML
beautifulsoup4
contextvars
datetime
feedparser
lxml
requests
requests_cache