diff --git a/pyproject.toml b/pyproject.toml index ea0156b3..ccb0220a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,9 +16,10 @@ dependencies = [ "requests>=2.24.0", "w3lib>=1.22.0", "yt-dlp>=2023.10.13", + # dont add playwright becuase packages without sdists cause trouble on many build systems that refuse to install wheel-only packages # "playwright>=1.39.0; platform_machine != 'armv7l'", ] -requires-python = ">=3.9,<3.12" +requires-python = ">=3.10,<3.13" readme = "README.md" license = {text = "MIT"} classifiers = [ @@ -91,7 +92,7 @@ sonic = [ "sonic-client>=0.0.5", ] ldap = [ - # apt install libldap2-dev libsasl2-dev + # apt install libldap2-dev libsasl2-dev python3-ldap "python-ldap>=3.4.3", "django-auth-ldap>=4.1.0", ]