Added required packages

This commit is contained in:
2025-04-18 13:53:31 +02:00
parent 7241481284
commit d16e50fe79
2 changed files with 13 additions and 1 deletions

12
requirements.txt Normal file
View File

@@ -0,0 +1,12 @@
contourpy==1.3.2
cycler==0.12.1
fonttools==4.57.0
kiwisolver==1.4.8
matplotlib==3.10.1
numpy==2.2.4
packaging==24.2
pillow==11.2.1
pyparsing==3.2.3
python-dateutil==2.9.0.post0
six==1.17.0
wordcloud==1.9.4

2
run.py
View File

@@ -1,5 +1,5 @@
from re import split, sub, match from re import split, sub, match
from wordcloud import WordCloud from wordcloud import WordCloud # type: ignore
from os import makedirs from os import makedirs