Add tqdm to requirements.txt

While tqdm is contained in setup.py it is missing in the requirements.txt
This commit is contained in:
Yves-Noel Weweler 2018-12-15 14:55:53 +01:00 committed by GitHub
parent 3a72d75ecd
commit e35c5f463e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ matplotlib==2.0.2
Pillow
flask
scipy==0.19.0
lws
lws
tqdm