Skip to content

Suggest to loosen the dependency on halo #65

Open
@Agnes-U

Description

Dear developers,

Your project moccasin requires "halo==0.0.7" in its dependency. After analyzing the source code, we found that the following versions of halo can also be suitable without affecting your project, i.e., halo 0.0.6. Therefore, we suggest to loosen the dependency on halo from "halo==0.0.7" to "halo>=0.0.6,<=0.0.7" to avoid any possible conflict for importing more packages or for downstream projects that may use ddos_script.

May I pull a request to further loosen the dependency on halo?

By the way, could you please tell us whether such dependency analysis may be potentially helpful for maintaining dependencies easier during your development?



Details:

Your project (commit id: 2123da6) directly uses 1 APIs from package halo.

halo.halo.Halo.__init__

Beginning fromwhich, 4 functions are then indirectly called, including 3 halo's internal APIs and 1 outsider APIs as follows:

[/sbmlteam/moccasin]
+--halo.halo.Halo.__init__
|      +--halo.halo.Halo._get_spinner
|      |      +--halo._utils.is_supported
|      |      |      +--platform.system
|      |      +--halo._utils.is_text_type

Since all these functions have not been changed between any version for package "halo" from [0.0.6] and 0.0.7. Therefore, we believe it is safe to loosen the corresponding dependency.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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