Port scripts from poetry to uv

This commit is contained in:
Fundor333
2025-08-25 17:34:13 +02:00
parent 55415f62a2
commit 919629b938
72 changed files with 95 additions and 131 deletions

View File

@@ -1,28 +1,87 @@
beautifulsoup4==4.13.4 ; python_version >= "3.12" and python_version < "4.0"
bleach==6.2.0 ; python_version >= "3.12" and python_version < "4.0"
certifi==2025.8.3 ; python_version >= "3.12" and python_version < "4.0"
charset-normalizer==3.4.3 ; python_version >= "3.12" and python_version < "4.0"
click==8.2.1 ; python_version >= "3.12" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.12" and python_version < "4.0" and platform_system == "Windows"
feedparser==6.0.11 ; python_version >= "3.12" and python_version < "4.0"
idna==3.10 ; python_version >= "3.12" and python_version < "4.0"
lxml==6.0.0 ; python_version >= "3.12" and python_version < "4.0"
markdown-it-py==3.0.0 ; python_version >= "3.12" and python_version < "4.0"
marshmallow==3.26.1 ; python_version >= "3.12" and python_version < "4.0"
mdurl==0.1.2 ; python_version >= "3.12" and python_version < "4.0"
packaging==25.0 ; python_version >= "3.12" and python_version < "4.0"
pillow==11.3.0 ; python_version >= "3.12" and python_version < "4.0"
pygments==2.19.2 ; python_version >= "3.12" and python_version < "4.0"
python-dotenv==1.1.1 ; python_version >= "3.12" and python_version < "4.0"
python-frontmatter==1.1.0 ; python_version >= "3.12" and python_version < "4.0"
pyyaml==6.0.2 ; python_version >= "3.12" and python_version < "4.0"
requests==2.32.4 ; python_version >= "3.12" and python_version < "4.0"
rich==13.9.4 ; python_version >= "3.12" and python_version < "4.0"
sgmllib3k==1.0.0 ; python_version >= "3.12" and python_version < "4.0"
shellingham==1.5.4 ; python_version >= "3.12" and python_version < "4.0"
soupsieve==2.7 ; python_version >= "3.12" and python_version < "4.0"
typer==0.16.0 ; python_version >= "3.12" and python_version < "4.0"
typing-extensions==4.14.1 ; python_version >= "3.12" and python_version < "4.0"
urllib3==2.5.0 ; python_version >= "3.12" and python_version < "4.0"
webencodings==0.5.1 ; python_version >= "3.12" and python_version < "4.0"
weeknotebot==1.7.0 ; python_version >= "3.12" and python_version < "4.0"
# This file was autogenerated by uv via the following command:
# uv export --no-hashes --format requirements-txt
-e .
beautifulsoup4==4.13.4
# via fundor333-github-io
bleach==6.2.0
# via fundor333-github-io
certifi==2025.8.3
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.3
# via requests
click==8.2.1
# via
# typer
# weeknotebot
colorama==0.4.6 ; sys_platform == 'win32'
# via click
distlib==0.4.0
# via virtualenv
feedparser==6.0.11
# via
# fundor333-github-io
# weeknotebot
filelock==3.18.0
# via virtualenv
identify==2.6.13
# via pre-commit
idna==3.10
# via requests
lxml==6.0.0
# via fundor333-github-io
markdown-it-py==3.0.0
# via rich
marshmallow==3.26.1
# via weeknotebot
mdurl==0.1.2
# via markdown-it-py
nodeenv==1.9.1
# via pre-commit
packaging==25.0
# via marshmallow
pillow==11.3.0
# via fundor333-github-io
platformdirs==4.3.8
# via virtualenv
pre-commit==4.3.0
pygments==2.19.2
# via rich
python-dotenv==1.1.1
# via fundor333-github-io
python-frontmatter==1.1.0
# via fundor333-github-io
pyyaml==6.0.2
# via
# fundor333-github-io
# pre-commit
# python-frontmatter
requests==2.32.4
# via
# fundor333-github-io
# weeknotebot
rich==13.9.4
# via
# typer
# weeknotebot
sgmllib3k==1.0.0
# via feedparser
shellingham==1.5.4
# via typer
soupsieve==2.7
# via beautifulsoup4
typer==0.16.0
# via fundor333-github-io
typing-extensions==4.14.1
# via
# beautifulsoup4
# typer
urllib3==2.5.0
# via requests
virtualenv==20.33.1
# via pre-commit
webencodings==0.5.1
# via bleach
weeknotebot==1.7.0
# via fundor333-github-io