Upload files to "/"
This commit is contained in:
parent
c0725f614a
commit
9704662342
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"name": "editable-list",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple Flask application with an editable list.",
|
||||
"main": "app.py",
|
||||
"scripts": {
|
||||
"start": "python3 app.py"
|
||||
},
|
||||
"dependencies": {
|
||||
"flask": "^2.0.1"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue