Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace setup.py with PDM, update Python, NodeJS, package versions, and Dockerfile #1249

Merged
merged 16 commits into from
Oct 20, 2023

Conversation

pirate
Copy link
Member

@pirate pirate commented Oct 20, 2023

Summary

  • Adds https://pdm.fming.dev/latest/ and changes the Dockerfile to use it for build and installation
  • bump Dockerfile base image to debian:bookworm-backports
  • use global /venv for clear separation of ArchiveBox dependencies /app/.venv and build tooling /venv
  • bump Dockerfile python version to 3.11 and node to 21.x
  • remove youtube-dl from Dockerfile completely in favor of yt-dlp
  • use playwright exclusively to install chromium, no more manually managing chromium dependencies
  • build wheel during build process using pdm
  • update package.json dependencies including mercury (aka postlight-parser), singlefile, readability-extractor

Changes these areas

  • Bugfixes
  • Feature behavior
  • Command line interface
  • Configuration options
  • Internal architecture
  • Snapshot data layout on disk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant