Skip to content

Commit

Permalink
adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MNoichl authored Apr 5, 2024
1 parent 8cb46c7 commit 21e3974
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/opinionated/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@




# for the font downloading from datamapplot
import matplotlib.font_manager
from tempfile import NamedTemporaryFile
from fontTools import ttLib
import re
import requests


# download fonts from google fonts and save them in the fonts folder:
Expand Down

0 comments on commit 21e3974

Please sign in to comment.