diff options
| author | Louis Burda <quent.burda@gmail.com> | 2021-05-19 00:53:18 +0200 |
|---|---|---|
| committer | Louis Burda <quent.burda@gmail.com> | 2021-05-19 00:53:18 +0200 |
| commit | 64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3 (patch) | |
| tree | 764a267e5d7e07fcbf84aea4de93f4a5ca8d7d5e /checker/src/requirements.txt | |
| parent | 452885a387b3a1613defa378cee79eb97e7b4fc8 (diff) | |
| download | enowars5-service-stldoctor-64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3.tar.gz enowars5-service-stldoctor-64e9b2ad130c0cf28797c3530683fc1cc6b0e9d3.zip | |
enhanced checker functionality and minor changes / fixes in documentation and src
Diffstat (limited to 'checker/src/requirements.txt')
| -rw-r--r-- | checker/src/requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/checker/src/requirements.txt b/checker/src/requirements.txt index 5d48393..0874084 100644 --- a/checker/src/requirements.txt +++ b/checker/src/requirements.txt @@ -20,4 +20,6 @@ requests==2.25.1 six==1.15.0 typish==1.9.2 urllib3==1.26.4 -Werkzeug==1.0.1
\ No newline at end of file +Werkzeug==1.0.1 +numpy==1.20.1 +Faker==8.1.4 |
