add termcolor dep for something I'm working on

I don't *need* to commit this just yet without the script actually done,
but I think the script is a foregone conclusion at this point, so might
as well just get this part out of my staging area

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2025-03-12 10:28:38 -05:00
parent ed12272d4d
commit 68d6f83b4c
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
3 changed files with 91 additions and 74 deletions

View File

@ -11,7 +11,7 @@ authors = [
{name = "Brian S. Stephan", email = "bss@incorporeal.org"}, {name = "Brian S. Stephan", email = "bss@incorporeal.org"},
] ]
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = ["feedgen", "Flask", "Markdown"] dependencies = ["feedgen", "Flask", "Markdown", "termcolor"]
dynamic = ["version"] dynamic = ["version"]
classifiers = [ classifiers = [
"Framework :: Flask", "Framework :: Flask",

View File

@ -4,11 +4,13 @@
# #
# pip-compile --extra=dev --output-file=requirements/requirements-dev.txt # pip-compile --extra=dev --output-file=requirements/requirements-dev.txt
# #
annotated-types==0.6.0 annotated-types==0.7.0
# via pydantic # via pydantic
authlib==1.3.0 attrs==25.2.0
# via reuse
authlib==1.5.1
# via safety # via safety
bandit==1.7.8 bandit==1.8.3
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
binaryornot==0.4.4 binaryornot==0.4.4
# via reuse # via reuse
@ -18,52 +20,56 @@ boolean-py==4.0
# via # via
# license-expression # license-expression
# reuse # reuse
build==1.2.1 build==1.2.2.post1
# via pip-tools # via pip-tools
cachetools==5.3.3 cachetools==5.5.2
# via tox # via tox
certifi==2024.2.2 certifi==2025.1.31
# via requests # via requests
cffi==1.16.0 cffi==1.17.1
# via cryptography # via cryptography
chardet==5.2.0 chardet==5.2.0
# via # via
# binaryornot # binaryornot
# python-debian
# tox # tox
charset-normalizer==3.3.2 charset-normalizer==3.4.1
# via requests # via
# python-debian
# requests
click==8.1.7 click==8.1.7
# via # via
# flask # flask
# nltk
# pip-tools # pip-tools
# reuse
# safety # safety
# typer # typer
colorama==0.4.6 colorama==0.4.6
# via tox # via tox
coverage[toml]==7.4.4 coverage[toml]==7.6.12
# via pytest-cov # via pytest-cov
cryptography==42.0.5 cryptography==44.0.2
# via # via
# authlib # authlib
# secretstorage # secretstorage
distlib==0.3.8 distlib==0.3.9
# via virtualenv # via virtualenv
dlint==0.14.1 dlint==0.16.0
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
docutils==0.21.2 docutils==0.21.2
# via readme-renderer # via readme-renderer
dparse==0.6.4b0 dparse==0.6.4
# via # via
# safety # safety
# safety-schemas # safety-schemas
feedgen==1.0.0 feedgen==1.0.0
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
filelock==3.13.4 filelock==3.16.1
# via # via
# safety
# tox # tox
# virtualenv # virtualenv
flake8==7.0.0 flake8==7.1.2
# via # via
# dlint # dlint
# flake8-builtins # flake8-builtins
@ -83,9 +89,9 @@ flake8-executable==2.1.3
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
flake8-fixme==1.1.1 flake8-fixme==1.1.1
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
flake8-isort==6.1.1 flake8-isort==6.1.2
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
flake8-logging-format==0.9.0 flake8-logging-format==2024.24.12
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
flake8-mutable==1.2.0 flake8-mutable==1.2.0
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
@ -93,23 +99,23 @@ flake8-pyproject==1.2.3
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
flask==3.0.3 flask==3.0.3
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
idna==3.7 id==1.5.0
# via requests
importlib-metadata==7.1.0
# via twine # via twine
idna==3.10
# via requests
iniconfig==2.0.0 iniconfig==2.0.0
# via pytest # via pytest
isort==5.13.2 isort==6.0.1
# via flake8-isort # via flake8-isort
itsdangerous==2.1.2 itsdangerous==2.1.2
# via flask # via flask
jaraco-classes==3.4.0 jaraco-classes==3.4.0
# via keyring # via keyring
jaraco-context==5.3.0 jaraco-context==6.0.1
# via keyring # via keyring
jaraco-functools==4.0.1 jaraco-functools==4.1.0
# via keyring # via keyring
jeepney==0.8.0 jeepney==0.9.0
# via # via
# keyring # keyring
# secretstorage # secretstorage
@ -118,9 +124,11 @@ jinja2==3.1.3
# flask # flask
# reuse # reuse
# safety # safety
keyring==25.1.0 joblib==1.4.2
# via nltk
keyring==25.6.0
# via twine # via twine
license-expression==30.3.0 license-expression==30.4.1
# via reuse # via reuse
lxml==5.2.1 lxml==5.2.1
# via feedgen # via feedgen
@ -132,23 +140,25 @@ markupsafe==2.1.5
# via # via
# jinja2 # jinja2
# werkzeug # werkzeug
marshmallow==3.21.1 marshmallow==3.26.1
# via safety # via safety
mccabe==0.7.0 mccabe==0.7.0
# via flake8 # via flake8
mdurl==0.1.2 mdurl==0.1.2
# via markdown-it-py # via markdown-it-py
more-itertools==10.2.0 more-itertools==10.6.0
# via # via
# jaraco-classes # jaraco-classes
# jaraco-functools # jaraco-functools
mypy==1.9.0 mypy==1.15.0
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
mypy-extensions==1.0.0 mypy-extensions==1.0.0
# via mypy # via mypy
nh3==0.2.17 nh3==0.2.21
# via readme-renderer # via readme-renderer
packaging==24.0 nltk==3.9.1
# via safety
packaging==24.2
# via # via
# build # build
# dparse # dparse
@ -159,92 +169,95 @@ packaging==24.0
# safety-schemas # safety-schemas
# setuptools-scm # setuptools-scm
# tox # tox
pbr==6.0.0 # twine
pbr==6.1.1
# via stevedore # via stevedore
pip-tools==7.4.1 pip-tools==7.4.1
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
pkginfo==1.10.0 platformdirs==4.3.6
# via twine
platformdirs==4.2.0
# via # via
# tox # tox
# virtualenv # virtualenv
pluggy==1.4.0 pluggy==1.5.0
# via # via
# pytest # pytest
# tox # tox
pycodestyle==2.11.1 psutil==6.1.1
# via safety
pycodestyle==2.12.1
# via flake8 # via flake8
pycparser==2.22 pycparser==2.22
# via cffi # via cffi
pydantic==2.7.0 pydantic==2.9.2
# via # via
# safety # safety
# safety-schemas # safety-schemas
pydantic-core==2.18.1 pydantic-core==2.23.4
# via pydantic # via pydantic
pydocstyle==6.3.0 pydocstyle==6.3.0
# via flake8-docstrings # via flake8-docstrings
pydot==2.0.0 pydot==3.0.4
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
pyflakes==3.2.0 pyflakes==3.2.0
# via flake8 # via flake8
pygments==2.17.2 pygments==2.19.1
# via # via
# readme-renderer # readme-renderer
# rich # rich
pyparsing==3.1.2 pyparsing==3.2.1
# via pydot # via pydot
pyproject-api==1.6.1 pyproject-api==1.9.0
# via tox # via tox
pyproject-hooks==1.0.0 pyproject-hooks==1.2.0
# via # via
# build # build
# pip-tools # pip-tools
pytest==8.1.1 pytest==8.3.5
# via # via
# incorporeal-cms (pyproject.toml) # incorporeal-cms (pyproject.toml)
# pytest-cov # pytest-cov
pytest-cov==5.0.0 pytest-cov==6.0.0
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
python-dateutil==2.9.0.post0 python-dateutil==2.9.0.post0
# via feedgen # via feedgen
python-debian==0.1.49 python-debian==1.0.1
# via reuse # via reuse
pyyaml==6.0.1 pyyaml==6.0.2
# via bandit # via bandit
readme-renderer==43.0 readme-renderer==44.0
# via twine # via twine
requests==2.31.0 regex==2024.11.6
# via nltk
requests==2.32.3
# via # via
# id
# requests-toolbelt # requests-toolbelt
# safety # safety
# twine # twine
requests-toolbelt==1.0.0 requests-toolbelt==1.0.0
# via twine # via twine
reuse==3.0.2 reuse==5.0.2
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
rfc3986==2.0.0 rfc3986==2.0.0
# via twine # via twine
rich==13.7.1 rich==13.9.4
# via # via
# bandit # bandit
# safety
# twine # twine
# typer # typer
ruamel-yaml==0.18.6 ruamel-yaml==0.18.10
# via # via
# safety # safety
# safety-schemas # safety-schemas
ruamel-yaml-clib==0.2.8 ruamel-yaml-clib==0.2.12
# via ruamel-yaml # via ruamel-yaml
safety==3.1.0 safety==3.3.1
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
safety-schemas==0.0.2 safety-schemas==0.0.11
# via safety # via safety
secretstorage==3.3.3 secretstorage==3.3.3
# via keyring # via keyring
setuptools-scm==8.0.4 setuptools-scm==8.2.0
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
shellingham==1.5.4 shellingham==1.5.4
# via typer # via typer
@ -252,36 +265,38 @@ six==1.16.0
# via python-dateutil # via python-dateutil
snowballstemmer==2.2.0 snowballstemmer==2.2.0
# via pydocstyle # via pydocstyle
stevedore==5.2.0 stevedore==5.4.1
# via bandit # via bandit
tox==4.14.2 termcolor==2.5.0
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
twine==5.0.0 tomlkit==0.13.2
# via reuse
tox==4.24.2
# via incorporeal-cms (pyproject.toml) # via incorporeal-cms (pyproject.toml)
typer==0.12.3 tqdm==4.67.1
# via nltk
twine==6.1.0
# via incorporeal-cms (pyproject.toml)
typer==0.15.2
# via safety # via safety
typing-extensions==4.11.0 typing-extensions==4.12.2
# via # via
# mypy # mypy
# pydantic # pydantic
# pydantic-core # pydantic-core
# safety # safety
# safety-schemas # safety-schemas
# setuptools-scm
# typer # typer
urllib3==2.2.1 urllib3==2.3.0
# via # via
# requests # requests
# safety
# twine # twine
virtualenv==20.25.1 virtualenv==20.29.3
# via tox # via tox
werkzeug==3.0.2 werkzeug==3.0.2
# via flask # via flask
wheel==0.43.0 wheel==0.45.1
# via pip-tools # via pip-tools
zipp==3.18.1
# via importlib-metadata
# The following packages are considered to be unsafe in a requirements file: # The following packages are considered to be unsafe in a requirements file:
# pip # pip

View File

@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.12 # This file is autogenerated by pip-compile with Python 3.12
# by the following command: # by the following command:
# #
# pip-compile --output-file=requirements/requirements.txt pyproject.toml # pip-compile --output-file=requirements/requirements.txt
# #
blinker==1.7.0 blinker==1.7.0
# via flask # via flask
@ -28,5 +28,7 @@ python-dateutil==2.9.0.post0
# via feedgen # via feedgen
six==1.16.0 six==1.16.0
# via python-dateutil # via python-dateutil
termcolor==2.5.0
# via incorporeal-cms (pyproject.toml)
werkzeug==3.0.2 werkzeug==3.0.2
# via flask # via flask