mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
Add dependencies for tools to requirements.txt (#1621)
* Add dependencies for tools to requirements.txt * Downgrade mapfile-parser
This commit is contained in:
parent
16f9ff39be
commit
584e61a849
3 changed files with 18 additions and 16 deletions
|
@ -1,3 +1,18 @@
|
|||
# Setup and compression
|
||||
crunch64>=0.3.1,<1.0.0
|
||||
ipl3checksum>=1.2.0,<2.0.0
|
||||
|
||||
# asm-differ
|
||||
argcomplete
|
||||
colorama
|
||||
cxxfilt
|
||||
python-Levenshtein
|
||||
watchdog
|
||||
|
||||
# decomp-permuter
|
||||
pycparser
|
||||
toml
|
||||
|
||||
# tools
|
||||
mapfile-parser>=1.2.1,<2.0.0
|
||||
rabbitizer>=1.0.0,<2.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue