Setting up Poetry for dependency management.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adsooi 2024-09-18 18:15:30 +02:00
parent 29e48e284c
commit 5211821a84
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
5 changed files with 428 additions and 3 deletions

View file

@ -5,7 +5,6 @@ cd "$DIR/.."
rm $(find . -name "*.qmlc")
rm $(find . -name "*.pyc")
python3 -m pip install -U "pyinstaller<6.0"
# Building translations
cd "LogarithmPlotter/i18n/"

View file

@ -5,7 +5,6 @@ rm -rf dist
rm $(find . -name "*.qmlc")
rm -rf $(find . -name "*.pyc")
wine python -m pip install -U pyinstaller
# Building translations
cd "LogarithmPlotter/i18n/"