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"],