From 94c576fd96b2f14e73679f2dfd169dbf79a63738 Mon Sep 17 00:00:00 2001 From: oopsbagel Date: Thu, 6 Mar 2025 17:13:00 -0800 Subject: [PATCH] fix(tools): add pycrate dependency to requirements.txt nasparse.py and nasparse_test.py require the pycrate_mobile and pycrate_core libraries provided by the pycrate package. This commit adds the required package to requirements.txt. --- tools/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/requirements.txt b/tools/requirements.txt index b05f65b..e5110cd 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -1,4 +1,5 @@ asn1tools==0.166.0 bitstruct==8.19.0 diskcache==5.6.3 +pycrate==0.7.8 pyparsing==3.1.2