Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency from tqdm #393

Closed
wants to merge 1 commit into from
Closed

Commits on May 23, 2023

  1. Remove dependency from tqdm

    Projects like B2CLI should require it directly. The sdk generally works
    fine without that dependency which pulls its own dependencies and it is
    a problem for some projects. We'll continue to support classes that use
    tqdm.
    
    Any existing installations should keep their dependency in their venv
    and new versions of the CLI as well as any other console applications
    should depend on tqdm directly, if they choose to use it.
    ppolewicz committed May 23, 2023
    Configuration menu
    Copy the full SHA
    00894d0 View commit details
    Browse the repository at this point in the history