diff options
-rw-r--r-- | .config/nvchecker/extra.toml | 4 | ||||
-rw-r--r-- | .config/packages/extra.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.config/nvchecker/extra.toml b/.config/nvchecker/extra.toml index 661120c..d7ccf8e 100644 --- a/.config/nvchecker/extra.toml +++ b/.config/nvchecker/extra.toml @@ -2691,6 +2691,10 @@ pypi = "pywlroots" source = "pypi" pypi = "rcssmin" +[python-regress] +source = "pypi" +pypi = "regress" + [python-requests-wsgi-adapter] source = "pypi" pypi = "requests-wsgi-adapter" diff --git a/.config/packages/extra.txt b/.config/packages/extra.txt index 2b83366..5f4330a 100644 --- a/.config/packages/extra.txt +++ b/.config/packages/extra.txt @@ -93,6 +93,7 @@ python-pydantic-settings python-pyftdi python-pytest-examples python-pytest-pretty +python-regress python-resolvelib python-saml python-sphinx-book-theme |