scanner: support libs.versions.toml

This commit is contained in:
linsui 2024-09-15 02:03:26 +08:00
parent 528760acc8
commit eff0ef48f4
17 changed files with 723 additions and 35 deletions

View file

@ -4,8 +4,7 @@ import re
import subprocess
import sys
from setuptools import Command
from setuptools import setup
from setuptools import Command, setup
from setuptools.command.install import install
@ -108,6 +107,7 @@ setup(
'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
'sdkmanager >= 0.6.4',
'yamllint',
'tomli >= 1.1.0; python_version < "3.11"',
],
# Some requires are only needed for very limited cases:
# * biplist is only used for parsing Apple .ipa files