Add requirements.txt
This commit is contained in:
parent
81b8cd5c94
commit
00bf8c4349
2 changed files with 8 additions and 1 deletions
|
|
@ -56,4 +56,4 @@ def upload():
|
|||
return message
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.run(debug=True)
|
||||
app.run(debug=False)
|
||||
|
|
|
|||
7
src/webapp/requirements.txt
Normal file
7
src/webapp/requirements.txt
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue