switch from pipenv and setup.py to PDM for python packaging

This commit is contained in:
Nick Sweeting
2023-10-19 17:49:06 -07:00
parent 8caffc4b4e
commit 53cff45ec0
4 changed files with 2331 additions and 136 deletions

View File

@@ -1,13 +1,12 @@
{
"name": "archivebox",
"version": "0.6.3",
"version": "0.7.0",
"description": "ArchiveBox: The self-hosted internet archive",
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
"repository": "github:ArchiveBox/ArchiveBox",
"license": "MIT",
"dependencies": {
"@postlight/mercury-parser": "git+https://github.com/postlight/mercury-parser.git",
"playwright": "^1.37.1",
"readability-extractor": "git+https://github.com/ArchiveBox/readability-extractor.git",
"single-file-cli": "^1.0.63"
}