diff options
| author | Jfriedli | 2021-06-13 12:33:52 +0200 |
|---|---|---|
| committer | Jfriedli | 2021-06-13 12:33:52 +0200 |
| commit | a7697003dbd6fd022dc43fe4b655ce4ff4f70ab8 (patch) | |
| tree | baf8119e27b0db46a263bbbe5129334761f0dd50 | |
| parent | aea4f457f54ef5b96a3f5225c47ae0e7baba5769 (diff) | |
fixed mypy complaints
| -rw-r--r-- | requirements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index f7262a8..98ef786 100644 --- a/requirements.txt +++ b/requirements.txt | |||
| @@ -9,4 +9,7 @@ Cerberus==1.3.4 | |||
| 9 | Flask-Testing==0.8.1 | 9 | Flask-Testing==0.8.1 |
| 10 | blinker==1.4 | 10 | blinker==1.4 |
| 11 | iknl-flasgger==0.9.2.post1 | 11 | iknl-flasgger==0.9.2.post1 |
| 12 | Flask-Assets==2.0 \ No newline at end of file | 12 | Flask-Assets==2.0 |
| 13 | types-Flask==1.1.0 | ||
| 14 | types-Jinja2==2.11.1 | ||
| 15 | types-PyYAML==0.1.7 \ No newline at end of file | ||
