diff options
author | HombreLaser <sebastian-440@live.com> | 2023-08-21 17:50:36 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-08-21 17:50:36 -0600 |
commit | 4c35c2a17299c6327d356e0a6abb618488475585 (patch) | |
tree | ee89f5c26549a4301f99f8fe3c724dfd8a377318 | |
parent | f3a491ab6a4d7f530fa65f4a3bdb3e55e62b6166 (diff) |
Add numpy to requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index e6d8c45..52a613d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ Pillow scipy +flake8 +numpy |