diff --git a/py_wtf/indexer/pypi.py b/py_wtf/indexer/pypi.py index f2df9b18b..5277f1444 100644 --- a/py_wtf/indexer/pypi.py +++ b/py_wtf/indexer/pypi.py @@ -72,12 +72,7 @@ def _build_symbol_table(projects: Iterable[Project]) -> SymbolTable: ), mp_context=multiprocessing.get_context("spawn"), ) -PROJECT_BLOCKLIST = frozenset( - { - "poetry-plugin-export", # circular dependency on poetry - "apache-airflow", # circular dependencies between airflow and some providers - } -) +PROJECT_BLOCKLIST = frozenset({}) def blocklisted_project_factory(project_name: ProjectName) -> Project: