Use Poetry instead of Pip to manage requirements #28

Merged
n07070 merged 8 commits from move-to-poetry into master 2026-05-18 23:21:18 +02:00
Showing only changes of commit f408c47c27 - Show all commits

7
run.sh
View File

@@ -1,7 +0,0 @@
virtualenv .
pip install -r requirements.txt
export FLASK_APP=src/main.py
export FLASK_ENV=development
flask run --host 192.168.0.42 --debugger --eager-loading