Skip to content

Commit

Permalink
Add tqdm to requirements list (#369)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pluehne authored and rytilahti committed Aug 28, 2018
1 parent dd74bd8 commit 11ea2a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 11ea2a0

Please sign in to comment.