From 7de41bd8bac33551898019d14832a30b9a56a498 Mon Sep 17 00:00:00 2001 From: Gianluca Romito Date: Wed, 24 Feb 2021 08:19:15 +0100 Subject: [PATCH] modifiche a readme e requirements.txt --- README.md | 6 +++++- requirements.txt | 9 +++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 23380fd..641b4c7 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,8 @@ On Bottone#State=1 do endon ---------------------- -per la config di "bottone" vedi png. \ No newline at end of file +per la config di "bottone" vedi png. + +Per lanciarlo in prod: +python -m flask run --host=0.0.0.0 + diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..9d61d04 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +click==7.1.2 +Flask==1.1.2 +itsdangerous==1.1.0 +Jinja2==2.11.3 +MarkupSafe==1.1.1 +numpy==1.20.1 +opencv-python==4.5.1.48 +pywin32==300 +Werkzeug==1.0.1