More work on file transmission

This commit is contained in:
Kovid Goyal
2021-08-30 09:00:38 +05:30
parent 161a54ceaa
commit ced03c5d99
2 changed files with 23 additions and 85 deletions

View File

@@ -45,7 +45,7 @@ def install_deps():
os.environ['PKG_CONFIG_PATH'] = '/usr/local/opt/zlib/lib/pkgconfig'
cmd = 'pip3 install Pillow pygments'
if sys.version_info[:2] < (3, 7):
cmd += ' importlib-resources'
cmd += ' importlib-resources dataclasses'
run(cmd)