Skip to content

Commit

Permalink
fix(tools): add pycrate dependency to requirements.txt
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
oopsbagel authored and wgreenberg committed Mar 7, 2025
1 parent ee83613 commit 94c576f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
asn1tools==0.166.0
bitstruct==8.19.0
diskcache==5.6.3
pycrate==0.7.8
pyparsing==3.1.2

0 comments on commit 94c576f

Please sign in to comment.