Skip to content

Commit

Permalink
Add requirements.txt + update pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinsteen committed Jan 20, 2023
1 parent 86f098c commit 41d1f3c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pylint-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
- name: Install Ubuntu dependencies
run: |
sudo apt update
sudo apt install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0
sudo apt install -y libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev gir1.2-gtk-3.0
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install wheel
pip install pylint
pip install -r bottles/requirements.txt
pip install pycairo
pip install PyGObject
- name: Analysing the code with pylint
id: pylint-result
continue-on-error: true
Expand Down
10 changes: 10 additions & 0 deletions bottles/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Auto generated with pipreqs
FVS==0.3.4
icoextract==0.1.4
Markdown==3.4.1
orjson==3.8.5
pathvalidate==2.5.2
patool==1.12
pefile==2022.5.30
pycurl==7.45.2
requests==2.28.1

0 comments on commit 41d1f3c

Please sign in to comment.