add httpobs-regen-hsts-preload script to poetry config

This commit is contained in:
Leo McArdle 2024-01-05 12:23:41 +00:00
Родитель 46bb16a21e
Коммит 5b9356b7fe
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 8262833620A64C3F
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -9,6 +9,7 @@ maintainers = ["Leo McArdle <leo@mozilla.com>"]
[tool.poetry.scripts]
httpobs-local-scan = 'httpobs.scripts.scan:main'
httpobs-server = "httpobs.website.main:run"
httpobs-regen-hsts-preload = "httpobs.scanner.utils:retrieve_store_hsts_preload_list"
[tool.poetry.dependencies]
python = "^3.11"