Skip to content

Commit 66c8f03

Browse files
authored
Revert "baseline code cleanup"
1 parent 2d43805 commit 66c8f03

7 files changed

Lines changed: 337 additions & 281 deletions

File tree

.deepsource.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ version = 1
22

33
[[analyzers]]
44
name = "python"
5-
enabled = true
65

76
[analyzers.meta]
87
runtime_version = "3.x.x"
9-
cyclomatic_complexity_threshold = "critical"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,4 +143,3 @@ dmypy.json
143143
#debug
144144
exifread_debug.txt
145145
debug.txt
146-
Video_frames/

requirements.txt

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
ffmpeg-python
1+
#!/usr/bin/env -S pip install -r
2+
23
imageio
3-
# runtime
4-
numpy
4+
# installing wxpython will install numpy
5+
# numpy
56
piexif
6-
Pillow
7-
8-
# tests (optional)
9-
pytest-shutil
10-
requests
11-
wxPython
12-
13-
# NOTE: 需要系统里有 FFmpeg 可执行文件;建议:
14-
# conda install -c conda-forge ffmpeg
7+
pillow>=9.3
8+
wxpython

0 commit comments

Comments
 (0)