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