Skip to content

Commit d2be91e

Browse files
authored
Add pip for #6, correct indendation
1 parent 14bcb20 commit d2be91e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

library/setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,15 @@ ignore =
3939
4040
[pimoroni]
4141
py2deps =
42+
python-pip
4243
python-numpy
4344
python-smbus
44-
python-pil
45+
python-pil
4546
py3deps =
47+
python3-pip
4648
python3-numpy
4749
python3-smbus
48-
python3-pil
50+
python3-pil
4951
configtxt =
5052
dtoverlay=pi3-miniuart-bt
5153
commands =

0 commit comments

Comments
 (0)