diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2020-02-09 11:15:16 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2020-02-09 11:15:16 -0300 |
commit | de5f53aa8cf6326df79cc20aade56104fbea9827 (patch) | |
tree | be4afe68c46ee28d84ab0082b3c4f01d6bba02db /requirements_test.txt | |
parent | bc9bfb31bb009a7f3fa8ce79a4f1afdb74ce58c0 (diff) |
Squashed commit of the following:
* Add predicates * Rearrange modules * Bump version
Diffstat (limited to 'requirements_test.txt')
-rw-r--r-- | requirements_test.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements_test.txt b/requirements_test.txt index 737d0df..8b35d98 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,3 +1,4 @@ hypothesis==4.42.7 pytest==5.2.2 pytest-sphinx==0.2.2 +pylint==2.4.4 |