mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
* logging: use rich handler for logging * tqdm: remove unneeded redirecting_print_to_tqdm function * tqdm: introduce `CapaProgressBar` rich `Progress` bar * tqdm: replace tqdm with rich Progress bar * tqdm: remove tqdm dependency * termcolor: replace termcolor and update `scripts/` * tests: update `test_render.py` to use rich.console.Console * termcolor: remove termcolor dependency * capa.render.utils: add `write` & `writeln` methods to subclass `Console` * update markup util functions to use fmt strings * tests: update `test_render.py` to use `capa.render.utils.Console` * replace kwarg `end=""` with `write` and `writeln` methods * tabulate: replace tabulate with `rich.table` * tabulate: remove `tabulate` and its dependency `wcwidth` * logging: handle logging in `capa.main` * logging: set up logging in `capa.main` this commit sets up logging in `capa.main` and uses a shared `log_console` in `capa.helpers` for logging purposes * changelog: replace packages with rich * remove entry from pyinstaller and unneeded progress.update call * update requirements.txt * scripts: use `capa.helpers.log_console` in `CapaProgressBar` * logging: configure root logger to use `RichHandler` * remove unused import `inspect`
45 lines
989 B
Plaintext
45 lines
989 B
Plaintext
# Dependencies with specific version constraints
|
|
# used during development and building the standalone executables.
|
|
# For these environments, use `pip install -r requirements.txt`
|
|
# before installing capa from source/pypi. This will ensure
|
|
# the following specific versions are used.
|
|
#
|
|
# Initially generated via: pip freeze | grep -v -- "-e"
|
|
# Kept up to date by dependabot.
|
|
annotated-types==0.7.0
|
|
colorama==0.4.6
|
|
cxxfilt==0.3.0
|
|
dncil==1.0.2
|
|
dnfile==0.15.0
|
|
funcy==2.0
|
|
humanize==4.10.0
|
|
ida-netnode==3.0
|
|
ida-settings==2.1.0
|
|
intervaltree==3.1.0
|
|
markdown-it-py==3.0.0
|
|
mdurl==0.1.2
|
|
msgpack==1.0.8
|
|
networkx==3.1
|
|
pefile==2023.2.7
|
|
pip==24.2
|
|
protobuf==5.28.2
|
|
pyasn1==0.5.1
|
|
pyasn1-modules==0.3.0
|
|
pycparser==2.22
|
|
pydantic==2.9.1
|
|
pydantic-core==2.23.3
|
|
xmltodict==0.13.0
|
|
pyelftools==0.31
|
|
pygments==2.18.0
|
|
python-flirt==0.8.10
|
|
pyyaml==6.0.2
|
|
rich==13.8.0
|
|
ruamel-yaml==0.18.6
|
|
ruamel-yaml-clib==0.2.8
|
|
setuptools==75.1.0
|
|
six==1.16.0
|
|
sortedcontainers==2.4.0
|
|
viv-utils==0.7.11
|
|
vivisect==1.2.1
|
|
msgspec==0.18.6
|