aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Krahl <me@robin-krahl.de>2019-01-13 13:32:40 +0100
committerRobin Krahl <me@robin-krahl.de>2019-01-13 13:32:40 +0100
commitad6ed36c82cbdf6ebb244b93991d3187188f2b7d (patch)
treea4b0ee7f99999bb3b12a68ce27725c4aa805d629
parent1f3da5c76acb20b2183ac52373ed3b0b63e1151e (diff)
downloadlibnitrokey-ad6ed36c82cbdf6ebb244b93991d3187188f2b7d.tar.gz
libnitrokey-ad6ed36c82cbdf6ebb244b93991d3187188f2b7d.tar.bz2
Add tqdm to unittest/requirements.txtfix/python-requirements
The test_mulitple.py unit test requires tqdm, which is not a dependency of any of the requirements and was not included in the requirements list.
-rw-r--r--unittest/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/unittest/requirements.txt b/unittest/requirements.txt
index 5c0110b..6d718ad 100644
--- a/unittest/requirements.txt
+++ b/unittest/requirements.txt
@@ -1,4 +1,5 @@
cffi
pytest-repeat
pytest-randomly
-oath \ No newline at end of file
+tqdm
+oath