Skip to content

Commit 92af0a1

Browse files
committed
build(deps): update dependency installation and version requirement
- Update pip installation command to specify PyPI index - Change indent-concluder version requirement to >=1.1.3
1 parent d3a8628 commit 92af0a1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install -r requirements.txt
31+
pip install -r requirements.txt -i https://pypi.org/simple
3232
3333
- name: Run build script
3434
run: |

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytz
44
requests
55
colorlog
66
line_profiler
7-
indent-concluder==1.1.3
7+
indent-concluder>=1.1.3
88
fake-useragent
99
easywebhooker
1010
bs4

0 commit comments

Comments
 (0)