Skip to content

Commit

Permalink
achieve compatibility with markdown 3.3
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Münker <mail@chipmuenk.de>
  • Loading branch information
chipmuenk committed Oct 20, 2020
1 parent 7c673f5 commit e33f2c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyfdax.spec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ datas += [ ('pyfda/fixpoint_widgets/*.png', 'pyfda/fixpoint_widgets'),
('./*.md', '.'),
('pyfda/*.md', 'pyfda')]

#hiddenimports += ['markdown']
hiddenimports += ['html.parser'] # needed for markdown 3.3 compatibility
hiddenimports += ['scipy.special.cython_special']
### Plot Widgets
hiddenimports += [
'pyfda.plot_widgets.plot_hf','pyfda.plot_widgets.plot_phi','pyfda.plot_widgets.plot_tau_g',
Expand Down

0 comments on commit e33f2c7

Please sign in to comment.