1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-09-09 05:40:50 +02:00

Merge branch 'main' into dev

This commit is contained in:
Nick Sweeting
2024-02-18 19:15:40 -08:00
2 changed files with 71 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ authors = [
license = {text = "MIT"}
readme = "README.md"
package-dir = "archivebox"
requires-python = ">=3.9,<3.12"
requires-python = ">=3.10,<3.12"
dependencies = [
# pdm update [--unconstrained]
"croniter>=0.3.34",
@@ -21,8 +21,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'",
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: Console",
@@ -64,7 +66,7 @@ sonic = [
"sonic-client>=0.0.5",
]
ldap = [
# apt install libldap2-dev libsasl2-dev
# apt install libldap2-dev libsasl2-dev python3-ldap
"setuptools>=69.0.3",
"python-ldap>=3.4.3",
"django-auth-ldap>=4.1.0",
@@ -105,6 +107,7 @@ lint = "./bin/lint.sh"
test = "./bin/test.sh"
# all = {composite = ["lint mypackage/", "test -v tests/"]}
[project.scripts]
archivebox = "archivebox.cli:main"