Add requirements.txt

This commit is contained in:
atxr 2024-03-01 11:18:31 +01:00
parent 81b8cd5c94
commit 00bf8c4349
2 changed files with 8 additions and 1 deletions

View file

@ -56,4 +56,4 @@ def upload():
return message
if __name__ == '__main__':
app.run(debug=True)
app.run(debug=False)

View file

@ -0,0 +1,7 @@
blinker==1.7.0
click==8.1.7
Flask==3.0.2
itsdangerous==2.1.2
Jinja2==3.1.3
MarkupSafe==2.1.5
Werkzeug==3.0.1