More work on file transmission

This commit is contained in:
Kovid Goyal 2021-08-30 09:00:38 +05:30
parent 161a54ceaa
commit ced03c5d99
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
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)