From 072fb249ff878b95b8da80817b60696fc76b0d37 Mon Sep 17 00:00:00 2001 From: Matthew Edwards Date: Mon, 30 Nov 2020 13:25:20 +1300 Subject: [PATCH] Add attrs to known 3rd party mapping --- src/flake8_requirements/modules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/flake8_requirements/modules.py b/src/flake8_requirements/modules.py index c8195ac..b27c59e 100644 --- a/src/flake8_requirements/modules.py +++ b/src/flake8_requirements/modules.py @@ -505,6 +505,7 @@ # but it depends on allure-python-commons which provides it. User # will most likely specify allure-pytest as a dependency, though. "allure-pytest": ["allure"], + "attrs": ["attr"], "awesome_slugify": ["slugify"], "beautifulsoup4": ["bs4"], "cx_oracle": ["cx_Oracle"],