You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2020/12/27 22:02:31 UTC

[libcloud] 02/04: Add missing dependency.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 7e46fea387bb0e300dc5316f78e36d3b2bdb7a22
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Sun Dec 27 22:23:53 2020 +0100

    Add missing dependency.
---
 tox.ini | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tox.ini b/tox.ini
index faccc98..4403ee1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -166,6 +166,7 @@ commands = python contrib/scrape-ec2-prices.py
 basepython: python3.7
 deps = requests
        ijson
+       tqdm
 commands =
     bash -c 'echo "Scrapping EC2 sizes, this may take up to 10 minutes or more since the actual JSON data we download and scrape is very large"'
     bash -c 'python contrib/scrape-ec2-sizes.py'