commit bbeaf169fe4eae49db6e51e63f551548a5ae7b3a Author: Petar Kapriš Date: Tue Feb 25 22:35:57 2025 +0100 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b889a6f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/stat-venv diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4c54459 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,14 @@ +contourpy==1.3.1 +cycler==0.12.1 +fonttools==4.56.0 +kiwisolver==1.4.8 +matplotlib==3.10.0 +numpy==2.2.3 +packaging==24.2 +pillow==11.1.0 +pyparsing==3.2.1 +PyQt6==6.8.1 +PyQt6-Qt6==6.8.2 +PyQt6_sip==13.10.0 +python-dateutil==2.9.0.post0 +six==1.17.0