diff options
author | Robin Krahl <me@robin-krahl.de> | 2019-01-13 13:32:40 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2019-01-13 13:32:40 +0100 |
commit | ad6ed36c82cbdf6ebb244b93991d3187188f2b7d (patch) | |
tree | a4b0ee7f99999bb3b12a68ce27725c4aa805d629 /unittest | |
parent | 1f3da5c76acb20b2183ac52373ed3b0b63e1151e (diff) | |
download | libnitrokey-fix/python-requirements.tar.gz libnitrokey-fix/python-requirements.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.
Diffstat (limited to 'unittest')
-rw-r--r-- | unittest/requirements.txt | 3 |
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 |