Skip to content

Commit b7e9952

Browse files
author
Frank Taubert
committed
add requirements.txt
1 parent d915e98 commit b7e9952

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip
20-
pip install pylint
20+
pip install -r requirements.txt
2121
- name: Analysing the code with pylint
2222
run: |
2323
pylint $(git ls-files '*.py')

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
requests
2+
pylint

0 commit comments

Comments
 (0)