diff options
| author | mg | 2023-04-25 20:52:45 +0200 |
|---|---|---|
| committer | mg | 2023-04-25 20:52:45 +0200 |
| commit | 13a3ab00761a7aa56780fd5d066e618da102e8c5 (patch) | |
| tree | 96387fbf24d6252673d76e0d0aa13b5400eb1db1 /requirements.txt | |
| parent | ef96c7167a37f320f8cfdb60dcef0c87184333d8 (diff) | |
add swagger (#1)v2
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: https://git.mgrote.net/mg/python-api-server/pulls/1
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index c23a02a..302e5d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ Flask==2.0.1 Flask-Cors==3.0.10 gunicorn requests +flasgger |