Skip to content

Commit 7422c00

Browse files
committed
Fix the requirements file for snitch-extract.
1 parent 5cb836a commit 7422c00

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/backend/requirements-extract.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@
2020
# * ``py7zr`` — 7-Zip (.7z) parser. Ships its own pure-Python LZMA /
2121
# LZMA2 codec stack plus BCJ filter support, so we don't need
2222
# system ``7z``/``7za`` binaries at runtime.
23-
cabarchive==0.2.4 ; sys_platform != "win32"
24-
cabarchive-windows==1.0.0 ; sys_platform == "win32"
23+
#cabarchive==0.2.4 ; sys_platform != "win32"
24+
#cabarchive-windows==1.0.0 ; sys_platform == "win32"
25+
cabarchive==0.2.4
2526
py7zr==0.22.0
2627
# staticx is required for the build pipeline so the Linux PyInstaller
2728
# onefile can be re-wrapped into a portable self-contained executable.

src/backend/snitch-extract

-1.08 MB
Binary file not shown.

0 commit comments

Comments
 (0)