From 1ee952b640808efc638f8690cf183a9212a2c9cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Thu, 23 Aug 2018 21:13:19 +0200 Subject: [PATCH] Add tqdm to requirements list tqdm was introduced as a dependency earlier and added to setup.py accordingly. However, this new dependency was not reflected in the textual requirements list. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 21fd6bcc3..e9c649bc7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ attrs typing # for py3.4 support pytz # for tz offset in vacuum appdirs # for user_cache_dir of vacuum_cli +tqdm