Compare commits
3 commits
c125667e34
...
572cae80ff
Author | SHA1 | Date | |
---|---|---|---|
572cae80ff | |||
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,7 +1,7 @@
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
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.2
|
||||||
decorator==5.1.1
|
decorator==5.1.1
|
||||||
greenlet==3.1.1
|
greenlet==3.1.1
|
||||||
idna==3.10
|
idna==3.10
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue