mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 09:44:53 -05:00
cleanup requirements (#299)
This commit is contained in:
parent
fee97dcfa9
commit
2f5bcd39c5
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,3 @@
|
|||
Pillow
|
||||
PyYAML
|
||||
beautifulsoup4
|
||||
contextvars
|
||||
datetime
|
||||
feedparser
|
||||
lxml
|
||||
requests
|
||||
requests_cache
|
||||
Loading…
Reference in New Issue
Block a user