mirror of
https://github.com/zeldaret/mm.git
synced 2024-11-23 04:49:45 +00:00
f4e8ec14e9
* port back AF's version * Update to use mapfile_parser 2 * Allow to specify other sections * hardcode map path * eprint * -r * review * review * Use fixed version * Update docs/tutorial/vscode.md Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * review * Update tools/check_reordering.py Co-authored-by: Derek Hensley <hensley.derek58@gmail.com> * update build path --------- Co-authored-by: Derek Hensley <hensley.derek58@gmail.com>
24 lines
262 B
Plaintext
24 lines
262 B
Plaintext
# setup
|
|
colorama>=0.4.3
|
|
crunch64>=0.3.1,<1.0.0
|
|
ipl3checksum>=1.2.0,<2.0.0
|
|
|
|
# disasm
|
|
rabbitizer>=1.3.0,<2.0.0
|
|
|
|
# yars
|
|
pyelftools>=0.26
|
|
|
|
# diff
|
|
watchdog>=0.10.2
|
|
argcomplete
|
|
Levenshtein
|
|
cxxfilt
|
|
|
|
# permuter
|
|
pycparser
|
|
toml
|
|
|
|
# map parsing
|
|
mapfile-parser>=2.3.5,<3.0.0
|