mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-10 06:34:16 +00:00
bump requirements and version to 0.8.1
This commit is contained in:
parent
07d80db5aa
commit
b3f2a71c93
6 changed files with 836 additions and 254 deletions
526
archivebox/package-lock.json
generated
526
archivebox/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "ArchiveBox: The self-hosted internet archive",
|
||||
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
|
|
526
package-lock.json
generated
526
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "archivebox",
|
||||
"version": "0.8.0",
|
||||
"version": "0.8.1",
|
||||
"description": "ArchiveBox: The self-hosted internet archive",
|
||||
"author": "Nick Sweeting <archivebox-npm@sweeting.me>",
|
||||
"repository": "github:ArchiveBox/ArchiveBox",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "archivebox"
|
||||
version = "0.8.0"
|
||||
version = "0.8.1"
|
||||
package-dir = "archivebox"
|
||||
requires-python = ">=3.10,<3.13"
|
||||
platform = "py3-none-any"
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
# This file is @generated by PDM.
|
||||
# Please do not edit it manually.
|
||||
|
||||
annotated-types==0.6.0
|
||||
anyio==4.3.0
|
||||
annotated-types==0.7.0
|
||||
anyio==4.4.0
|
||||
asgiref==3.8.1
|
||||
asttokens==2.4.1
|
||||
brotli==1.1.0; implementation_name == "cpython"
|
||||
brotlicffi==1.1.0.0; implementation_name != "cpython"
|
||||
certifi==2024.2.2
|
||||
certifi==2024.6.2
|
||||
cffi==1.16.0; platform_python_implementation != "PyPy" or implementation_name != "cpython"
|
||||
charset-normalizer==3.3.2
|
||||
colorama==0.4.6; sys_platform == "win32"
|
||||
|
@ -18,8 +18,11 @@ decorator==5.1.1
|
|||
django==5.0.6
|
||||
django-admin-data-views==0.3.1
|
||||
django-auth-ldap==4.8.0
|
||||
django-charid-field==0.4
|
||||
django-extensions==3.2.3
|
||||
django-jsonform==2.22.0
|
||||
django-ninja==1.1.0
|
||||
django-pydantic-field==0.3.9
|
||||
django-settings-holder==0.1.2
|
||||
django-signal-webhooks==0.3.0
|
||||
exceptiongroup==1.2.1; python_version < "3.11"
|
||||
|
@ -29,30 +32,30 @@ h11==0.14.0
|
|||
httpcore==1.0.5
|
||||
httpx==0.27.0
|
||||
idna==3.7
|
||||
ipython==8.24.0
|
||||
ipython==8.25.0
|
||||
jedi==0.19.1
|
||||
matplotlib-inline==0.1.7
|
||||
mutagen==1.47.0
|
||||
mypy-extensions==1.0.0
|
||||
parso==0.8.4
|
||||
pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
|
||||
prompt-toolkit==3.0.43
|
||||
prompt-toolkit==3.0.45
|
||||
ptyprocess==0.7.0; sys_platform != "win32" and sys_platform != "emscripten"
|
||||
pure-eval==0.2.2
|
||||
pyasn1==0.6.0
|
||||
pyasn1-modules==0.4.0
|
||||
pycparser==2.22; platform_python_implementation != "PyPy" or implementation_name != "cpython"
|
||||
pycryptodomex==3.20.0
|
||||
pydantic==2.7.1
|
||||
pydantic-core==2.18.2
|
||||
pydantic==2.7.2
|
||||
pydantic-core==2.18.3
|
||||
pygments==2.18.0
|
||||
python-crontab==3.0.0
|
||||
python-crontab==3.1.0
|
||||
python-dateutil==2.9.0.post0
|
||||
python-ldap==3.4.4
|
||||
pytz==2024.1
|
||||
regex==2024.5.10
|
||||
requests==2.31.0
|
||||
setuptools==69.5.1
|
||||
regex==2024.5.15
|
||||
requests==2.32.3
|
||||
setuptools==70.0.0
|
||||
sgmllib3k==1.0.0
|
||||
six==1.16.0
|
||||
sniffio==1.3.1
|
||||
|
@ -60,11 +63,14 @@ sonic-client==1.0.0
|
|||
sqlparse==0.5.0
|
||||
stack-data==0.6.3
|
||||
traitlets==5.14.3
|
||||
typing-extensions==4.11.0
|
||||
typeid-python==0.3.0
|
||||
typing-extensions==4.12.1
|
||||
tzdata==2024.1; sys_platform == "win32" or platform_system == "Windows"
|
||||
tzlocal==5.2
|
||||
ulid-py==1.1.0
|
||||
urllib3==2.2.1
|
||||
uuid6==2023.5.2
|
||||
w3lib==2.1.2
|
||||
wcwidth==0.2.13
|
||||
websockets==12.0
|
||||
yt-dlp==2024.4.9
|
||||
yt-dlp==2024.5.27
|
||||
|
|
Loading…
Reference in a new issue