diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 15:59:31 +0100 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2019-01-15 15:59:31 +0100 |
commit | e6628cff6e84fa5450304e7045909dc7ab71348c (patch) | |
tree | f4cf3a17155ae7639c0d457387bdf6af1b8a96a2 /unittest/requirements.txt | |
parent | 8d67c0f80aab724d67a1b6efb8af16aa71631a84 (diff) | |
parent | ad6ed36c82cbdf6ebb244b93991d3187188f2b7d (diff) | |
download | libnitrokey-e6628cff6e84fa5450304e7045909dc7ab71348c.tar.gz libnitrokey-e6628cff6e84fa5450304e7045909dc7ab71348c.tar.bz2 |
Merge branch 'pr_139' into contributions
Add tqdm to Python's tests requirements
Fixes #139
Diffstat (limited to 'unittest/requirements.txt')
-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 |