Add additional test dependencies

These are now noted in requirements.txt

Also make dependency on 7zip and ffmpeg explicit in README

Signed-off-by: Will Beason <willbeason@gmail.com>
This commit is contained in:
Will Beason
2025-05-26 12:29:49 -05:00
parent 7a4c41159c
commit 4804ecc4b3
4 changed files with 58 additions and 1 deletions

View File

@@ -5,11 +5,14 @@ from shutil import copyfile
import pandas as pd
from pandas.testing import assert_frame_equal
from io import StringIO
import tracemalloc
tracemalloc.start()
# with / without pwr DONE
# with / without url encode DONE
# with / without collapse user DONE
# with output to sdtout DONE
# with output to stdout DONE
# note that the persistence radius is 7 by default
# reading various file formats including
# 7z, gz, bz2, xml DONE