Skip to content

Module missing: 'dependency_injector' #9

@franagustin

Description

@franagustin

After upgrading celery-bundle to version 2.0.0, the following issue appears:

  File "/usr/local/lib/python3.6/site-packages/celery_bundle/__init__.py", line 2, in <module>
    from .bundle import CeleryBundle, CeleryContainer, CeleryConfig
  File "/usr/local/lib/python3.6/site-packages/celery_bundle/bundle.py", line 3, in <module>
    from dependency_injector import containers, providers
ModuleNotFoundError: No module named 'dependency_injector'

I guess the dependency-injector package should be included in this project's pyproject.toml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions