diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-17 15:36:23 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-06-17 15:36:23 +0100 |
commit | b0565ec294c88b6b3ede8c5f7def488eb6e5f75a (patch) | |
tree | fd0fbfc92a5885a95ade0efe40f6b5fd8608527c /cron/requirements.txt | |
parent | 4bcba9bfeff003e081833b4d6290290271aae967 (diff) | |
download | SmallYTChannelBot-b0565ec294c88b6b3ede8c5f7def488eb6e5f75a.tar.gz SmallYTChannelBot-b0565ec294c88b6b3ede8c5f7def488eb6e5f75a.zip |
Fixed some Dockerfile bugs
Diffstat (limited to 'cron/requirements.txt')
-rwxr-xr-x | cron/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cron/requirements.txt b/cron/requirements.txt index 465e808..86f552b 100755 --- a/cron/requirements.txt +++ b/cron/requirements.txt @@ -1,2 +1,3 @@ -matplotlib==3.3.4 +numpy==1.26.4 +matplotlib discord-webhook |