We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a8628 commit 92af0a1Copy full SHA for 92af0a1
2 files changed
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Install dependencies
29
run: |
30
python -m pip install --upgrade pip
31
- pip install -r requirements.txt
+ pip install -r requirements.txt -i https://pypi.org/simple
32
33
- name: Run build script
34
requirements.txt
@@ -4,7 +4,7 @@ pytz
4
requests
5
colorlog
6
line_profiler
7
-indent-concluder==1.1.3
+indent-concluder>=1.1.3
8
fake-useragent
9
easywebhooker
10
bs4
0 commit comments