From 95dc977693ee324bd96e5b97aa2e39dc48b58fef Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Fri, 14 May 2021 18:47:16 -0600 Subject: [PATCH] Allowlist anosql --- tools/python/test_licenses.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/python/test_licenses.py b/tools/python/test_licenses.py index 6ad71b6..eb4ca20 100644 --- a/tools/python/test_licenses.py +++ b/tools/python/test_licenses.py @@ -46,6 +46,7 @@ LICENSES_BY_LOWERNAME.update( APPROVED_PACKAGES = [ "yamllint", # WARNING: YAMLLINT IS GLP3"d. "Flask_Log_Request_ID", # MIT, currently depended on as a git dep. + "anosql", # BSD ] REQ_PATTERN = re.compile(