Add base code for REST API using Flask
This commit is contained in:
parent
0be947b3d1
commit
2da6e43797
12 changed files with 266 additions and 14 deletions
2
Pipfile
2
Pipfile
|
|
@ -6,6 +6,8 @@ name = "pypi"
|
|||
[packages]
|
||||
gunicorn = "~=20.1"
|
||||
werkzeug = "~=2.0"
|
||||
flask = "~=2.0"
|
||||
pyyaml = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue