Skip to content

Commit 9f16c1e

Browse files
committed
update requirements
1 parent 382be3a commit 9f16c1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ numpy
1313
PiDNG
1414
piexif
1515
pillow
16-
simplejpeg
16+
pyturbojpeg
1717
v4l2-python3
1818
python-prctl
1919
pyopengl

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
'picamera2.allocators'],
3636
python_requires='>=3.9',
3737
licence='BSD 2-Clause License',
38-
install_requires=['numpy', 'PiDNG', 'piexif', 'pillow', 'simplejpeg', 'v4l2-python3',
38+
install_requires=['numpy', 'PiDNG', 'piexif', 'pillow', 'pyturbojpeg', 'v4l2-python3',
3939
'python-prctl', 'av', 'libarchive-c', 'tqdm',
4040
'jsonschema'],
4141
extras_require={"gui": ['pyopengl', 'PyQt5']})

0 commit comments

Comments
 (0)