bump version to 0.8.3

This commit is contained in:
Nick Sweeting 2024-09-06 02:59:14 -07:00
parent 6e2ddc14df
commit cfe5798ade
No known key found for this signature in database
8 changed files with 193 additions and 122 deletions

View file

@ -1,8 +1,8 @@
[project]
name = "archivebox"
version = "0.8.2"
package-dir = "archivebox"
version = "0.8.3"
requires-python = ">=3.10,<3.13"
package-dir = "archivebox"
platform = "py3-none-any"
description = "Self-hosted internet archiving solution."
authors = [{name = "Nick Sweeting", email = "pyproject.toml@archivebox.io"}]
@ -24,6 +24,9 @@ dependencies = [
"dateparser>=1.0.0",
"feedparser>=6.0.11",
"w3lib>=2.1.2",
"rich>=13.8.0",
"ulid-py>=1.1.0",
"typeid-python>=0.3.0",
# Feature-Specific Dependencies
"python-crontab>=3.0.0", # for: archivebox schedule
"croniter>=2.0.5", # for: archivebox schedule
@ -33,8 +36,7 @@ dependencies = [
# "playwright>=1.43.0; platform_machine != 'armv7l'", # WARNING: playwright doesn't have any sdist, causes trouble on build systems that refuse to install wheel-only packages
"django-signal-webhooks>=0.3.0",
"django-admin-data-views>=0.3.1",
"ulid-py>=1.1.0",
"typeid-python>=0.3.0",
"django-object-actions>=4.2.0",
"django-charid-field>=0.4",
"django-pydantic-field>=0.3.9",
"django-jsonform>=2.22.0",
@ -46,9 +48,7 @@ dependencies = [
"pocket@git+https://github.com/tapanpandita/pocket.git@v0.3.7",
"django-taggit==1.3.0",
"base32-crockford==0.3.0",
"rich>=13.8.0",
"channels[daphne]>=4.1.0",
"django-object-actions>=4.2.0",
]
homepage = "https://github.com/ArchiveBox/ArchiveBox"