Skip to content

Commit

Permalink
add 0.7.2, 0.7.3, pdm.lock, and requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
pirate committed Apr 24, 2024
1 parent 5323fc7 commit 1380be7
Show file tree
Hide file tree
Showing 8 changed files with 3,276 additions and 0 deletions.
Binary file added archivebox-0.7.2-py3-none-any.whl
Binary file not shown.
Binary file added archivebox-0.7.2.tar.gz
Binary file not shown.
Binary file added archivebox-0.7.3-py3-none-any.whl
Binary file not shown.
Binary file added archivebox-0.7.3.tar.gz
Binary file not shown.
2,068 changes: 2,068 additions & 0 deletions pdm.dev.lock

Large diffs are not rendered by default.

1,020 changes: 1,020 additions & 0 deletions pdm.lock

Large diffs are not rendered by default.

128 changes: 128 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,128 @@
# This file is @generated by PDM.
# Please do not edit it manually.

alabaster==0.7.16
anyio==4.3.0
asgiref==3.8.1
asttokens==2.4.1
babel==2.14.0
blinker==1.7.0
brotli==1.1.0; implementation_name == "cpython"
brotlicffi==1.1.0.0; implementation_name != "cpython"
certifi==2024.2.2
cffi==1.16.0; implementation_name != "cpython" or platform_python_implementation == "PyPy"
charset-normalizer==3.3.2
colorama==0.4.6; sys_platform == "win32"
commonmark==0.9.1
croniter==2.0.5
dateparser==1.2.0
decorator==5.1.1
dep-logic==0.2.0
distlib==0.3.8
django==4.2.11
django-auth-ldap==4.8.0
django-debug-toolbar==4.3.0
django-extensions==3.2.3
django-stubs==4.2.7
django-stubs-ext==4.2.7
djdt-flamegraph==0.2.13
docutils==0.20.1
exceptiongroup==1.2.1; python_version < "3.11"
executing==2.0.1
feedparser==6.0.11
filelock==3.13.4
findpython==0.6.1
flake8==7.0.0
greenlet==3.0.3; platform_machine != "armv7l"
h11==0.14.0
hishel==0.0.26
homebrew-pypi-poet==0.10.0
httpcore==1.0.5
httpx==0.27.0
idna==3.7
imagesize==1.4.1
iniconfig==2.0.0
installer==0.7.0
ipdb==0.13.13
ipython==8.23.0
jedi==0.19.1
jinja2==3.1.3
markdown-it-py==3.0.0
markupsafe==2.1.5
matplotlib-inline==0.1.7
mccabe==0.7.0
mdurl==0.1.2
msgpack==1.0.8
mutagen==1.47.0
mypy==1.9.0
mypy-extensions==1.0.0
packaging==24.0
parso==0.8.4
pbs-installer==2024.4.1
pdm==2.15.0
pexpect==4.9.0; sys_platform != "win32" and sys_platform != "emscripten"
pip==24.0
platformdirs==4.2.1
playwright==1.43.0; platform_machine != "armv7l"
pluggy==1.5.0
prompt-toolkit==3.0.43
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
pycodestyle==2.11.1
pycparser==2.22; implementation_name != "cpython" or platform_python_implementation == "PyPy"
pycryptodomex==3.20.0
pyee==11.1.0; platform_machine != "armv7l"
pyflakes==3.2.0
pygments==2.17.2
pyproject-hooks==1.0.0
pytest==8.1.1
pytest-mock==3.14.0
python-crontab==3.0.0
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-ldap==3.4.4
pytz==2024.1
recommonmark==0.7.1
regex==2024.4.16
requests==2.31.0
resolvelib==1.0.1
rich==13.7.1
setuptools==69.5.1
sgmllib3k==1.0.0
shellingham==1.5.4
six==1.16.0
sniffio==1.3.1
snowballstemmer==2.2.0
socksio==1.0.0
sonic-client==1.0.0
sphinx==7.3.7
sphinx-rtd-theme==2.0.0
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-serializinghtml==1.1.10
sqlparse==0.5.0
stack-data==0.6.3
tomli==2.0.1; python_version < "3.11"
tomlkit==0.12.4
traitlets==5.14.3
truststore==0.8.0; python_version >= "3.10"
types-pytz==2024.1.0.20240417
types-pyyaml==6.0.12.20240311
typing-extensions==4.11.0
tzdata==2024.1; sys_platform == "win32" or platform_system == "Windows"
tzlocal==5.2
unearth==0.15.2
urllib3==2.2.1
virtualenv==20.26.0
w3lib==2.1.2
wcwidth==0.2.13
websockets==12.0
wheel==0.43.0
yt-dlp==2024.4.9
zstandard==0.22.0
60 changes: 60 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
# This file is @generated by PDM.
# Please do not edit it manually.

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
cffi==1.16.0; implementation_name != "cpython"
charset-normalizer==3.3.2
colorama==0.4.6; sys_platform == "win32"
croniter==2.0.5
dateparser==1.2.0
decorator==5.1.1
django==4.2.11
django-auth-ldap==4.8.0
django-extensions==3.2.3
exceptiongroup==1.2.1; python_version < "3.11"
executing==2.0.1
feedparser==6.0.11
greenlet==3.0.3; platform_machine != "armv7l"
idna==3.7
ipython==8.23.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"
playwright==1.43.0; platform_machine != "armv7l"
prompt-toolkit==3.0.43
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; implementation_name != "cpython"
pycryptodomex==3.20.0
pyee==11.1.0; platform_machine != "armv7l"
pygments==2.17.2
python-crontab==3.0.0
python-dateutil==2.9.0.post0
python-ldap==3.4.4
pytz==2024.1
regex==2024.4.16
requests==2.31.0
setuptools==69.5.1
sgmllib3k==1.0.0
six==1.16.0
sonic-client==1.0.0
sqlparse==0.5.0
stack-data==0.6.3
traitlets==5.14.3
typing-extensions==4.11.0; python_version < "3.12" or platform_machine != "armv7l"
tzdata==2024.1; sys_platform == "win32" or platform_system == "Windows"
tzlocal==5.2
urllib3==2.2.1
w3lib==2.1.2
wcwidth==0.2.13
websockets==12.0
yt-dlp==2024.4.9

0 comments on commit 1380be7

Please sign in to comment.