diff --git a/setup.py b/setup.py index 1a9b986..12de0dc 100644 --- a/setup.py +++ b/setup.py @@ -23,6 +23,7 @@ requirements = [ 'bcrypt', 'deform', 'PyYAML', + 'tqdm', ] setup_requirements = [