fix requirements issues

we don't actually need asn1crypto so I just commented out the code that imported it
This commit is contained in:
JJTech0130 2023-11-17 21:43:47 -05:00
parent cbe553d369
commit a9b84c7dbf
No known key found for this signature in database
GPG key ID: 23C92EBCCF8F93D6
2 changed files with 4 additions and 3 deletions

View file

@ -27,8 +27,8 @@ from struct import unpack
from uuid import UUID
from typing import Any
from asn1crypto.cms import ContentInfo
from asn1crypto.x509 import DirectoryString
#from asn1crypto.cms import ContentInfo
#from asn1crypto.x509 import DirectoryString
from plistlib import loads
#import mdictionary as mdictionary
@ -1062,6 +1062,7 @@ class Parser():
def parse_certs(self, sig_offset, index_offset):
"""Parse X509 certificates out of code signature."""
raise NotImplementedError('REMOVED')
prev = self.__file.tell()

View file

@ -5,4 +5,4 @@ srp
pbkdf2
unicorn
rich
prompt_toolkit
trio