drop requirement for matplotlib (not used)

pull/9/head
Konstantin Baierer 2 years ago
parent db25239075
commit abeca0df16

@ -1,4 +1,3 @@
ocrd >= 2.23.2
pandas
matplotlib
qurator-sbb-utils
qurator-sbb-utils

@ -35,7 +35,6 @@ class OcrdNeatExportProcessor(Processor):
noproxy = self.parameter['noproxy']
ppn_found = self.workspace.mets._tree.find('//mods:recordIdentifier[@source="gbv-ppn"]', NS)
print(ppn_found)
if ppn_found is not None:
ppn = ppn_found.text
else:

Loading…
Cancel
Save