Skip to content

Commit d493208

Browse files
committed
attempt to satisfy codacy python lint environment
1 parent f4f5a5f commit d493208

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

.codacy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
engines:
2+
python3:
3+
dependencies:
4+
- pip install -r requirements.txt
5+

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
bs4
2+
PIL
3+
cryptography
4+
pycurl
5+
tqdm
6+
git+https://github.com/ueber-devel/ueberzug.git

0 commit comments

Comments
 (0)