Compare commits
3 commits
c37b39e8b3
...
cc975cfefd
Author | SHA1 | Date | |
---|---|---|---|
cc975cfefd | |||
3cac5d5eca | |||
4d7f5439a8 |
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ when:
|
||||||
branch: main
|
branch: main
|
||||||
steps:
|
steps:
|
||||||
- name: lint
|
- name: lint
|
||||||
image: python:3-alpine
|
image: python:3-slim
|
||||||
commands:
|
commands:
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- python -m pip install -r requirements.txt
|
- python -m pip install -r requirements.txt
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.13.4
|
||||||
blurhash==1.1.4
|
blurhash==1.1.4
|
||||||
certifi==2024.12.14
|
certifi==2024.12.14
|
||||||
charset-normalizer==3.4.1
|
charset-normalizer==3.4.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue