Compare commits
3 commits
a0db5f9cce
...
b201016437
Author | SHA1 | Date | |
---|---|---|---|
b201016437 | |||
3cac5d5eca | |||
4d7f5439a8 |
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ when:
|
|||
branch: main
|
||||
steps:
|
||||
- name: lint
|
||||
image: python:3-alpine
|
||||
image: python:3-slim
|
||||
commands:
|
||||
- python -m pip install --upgrade pip
|
||||
- python -m pip install -r requirements.txt
|
||||
|
|
|
@ -10,7 +10,7 @@ Mastodon.py==1.8.1
|
|||
python-dateutil==2.9.0.post0
|
||||
python-magic==0.4.27
|
||||
PyYAML==6.0.2
|
||||
requests==2.32.3
|
||||
requests==2.32.4
|
||||
six==1.17.0
|
||||
soupsieve==2.6
|
||||
SQLAlchemy==2.0.37
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue